class BCDice::CommonCommand::AddDice::Node::UndecidedTarget

Public Instance Methods

eval(_game_system, _randomizer) click to toggle source
# File lib/bcdice/common_command/add_dice/node.rb, line 101
def eval(_game_system, _randomizer)
  "?"
end
expr(_game_system) click to toggle source
# File lib/bcdice/common_command/add_dice/node.rb, line 109
def expr(_game_system)
  "?"
end
include_dice?() click to toggle source
# File lib/bcdice/common_command/add_dice/node.rb, line 105
def include_dice?
  false
end
output() click to toggle source
# File lib/bcdice/common_command/add_dice/node.rb, line 113
def output
  "?"
end
Also aliased as: s_exp
s_exp()
Alias for: output