class Gamefic::Syntax

def synonym

Returns:
  • (Symbol) -
def synonym
  @synonym ||= Syntax.literal_or_nil(template.keywords.first)
end