module Gamefic::Scriptable::Queries
def plaintext(arg = /.*/)
-
(Query::Text)
-
Parameters:
-
arg
(String, Regexp
) -- The string or regular expression to match
def plaintext(arg = /.*/) Query::Text.new arg, name: 'plaintext' end
(Query::Text)
-
arg
(String, Regexp
)
-- The string or regular expression to match
def plaintext(arg = /.*/) Query::Text.new arg, name: 'plaintext' end