Class: BCDice::CommonCommand::AddDice::Node::UndecidedTarget

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/bcdice/common_command/add_dice/node.rb

Instance Method Summary collapse

Instance Method Details

#eval(_game_system, _randomizer) ⇒ Object



101
102
103
# File 'lib/bcdice/common_command/add_dice/node.rb', line 101

def eval(_game_system, _randomizer)
  "?"
end

#expr(_game_system) ⇒ Object



109
110
111
# File 'lib/bcdice/common_command/add_dice/node.rb', line 109

def expr(_game_system)
  "?"
end

#include_dice?Boolean

Returns:

  • (Boolean)


105
106
107
# File 'lib/bcdice/common_command/add_dice/node.rb', line 105

def include_dice?
  false
end

#outputObject Also known as: s_exp



113
114
115
# File 'lib/bcdice/common_command/add_dice/node.rb', line 113

def output
  "?"
end