Class: BCDice::CommonCommand::RerollDice::Parser
- Inherits:
-
Racc::Parser
- Object
- Racc::Parser
- BCDice::CommonCommand::RerollDice::Parser
- Defined in:
- lib/bcdice/common_command/reroll_dice/parser.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.parse(source) ⇒ Object
20 21 22 |
# File 'lib/bcdice/common_command/reroll_dice/parser.rb', line 20 def self.parse(source) new.parse(source) end |