Class: WolfRpg::Command::Comment
- Inherits:
-
WolfRpg::Command
- Object
- WolfRpg::Command
- WolfRpg::Command::Comment
- Defined in:
- lib/wolfrpg/command.rb
Instance Attribute Summary
Attributes inherited from WolfRpg::Command
#args, #cid, #indent, #string_args
Instance Method Summary collapse
Methods inherited from WolfRpg::Command
Instance Method Details
#text ⇒ Object
37 38 39 |
# File 'lib/wolfrpg/command.rb', line 37 def text @string_args[0] end |