module Gamefic::Scriptable::Queries

def plaintext(arg = /.*/)

Returns:
  • (Query::Text) -

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