class Gamefic::Syntax
def accept?(text)
-
(Boolean)
-
Parameters:
-
text
(String
) --
def accept?(text) !!text.match(regexp) end
(Boolean)
-
text
(String
)
--
def accept?(text) !!text.match(regexp) end