class Gamefic::Action

def command

def command
  @command ||= Command.new(response.verb, matches.map(&:argument), response.meta?, input)
end