class Gamefic::Syntax

def accept?(text)

Returns:
  • (Boolean) -

Parameters:
  • text (String) --
def accept?(text)
  !!text.match(regexp)
end