class WolfRpg::Command::Message

Public Instance Methods

text() click to toggle source
# File lib/wolfrpg/command.rb, line 22
def text
  @string_args[0]
end
text=(value) click to toggle source
# File lib/wolfrpg/command.rb, line 25
def text=(value)
  @string_args[0] = value
end