Class: WolfRpg::Command::DebugMessage
- Inherits:
-
WolfRpg::Command
- Object
- WolfRpg::Command
- WolfRpg::Command::DebugMessage
- 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
46 47 48 |
# File 'lib/wolfrpg/command.rb', line 46 def text @string_args[0] end |