class Gamefic::Response

def meta?


listing credits.
responses can include features like displaying help documentation or
serve a purpose other than performing in-game actions. Out-of-game
The `meta?` flag is just a way for authors to identify responses that
def meta?
  @meta
end