class Gamefic::What::AskForWhat

def command_with_answer

def command_with_answer
  return nil unless props.input
  @command_with_answer ||= context[:template].to_s
                                             .gsub('__what__', props.input)
end