class Prism::StringQuery

def local?(string)

Mirrors the C extension's StringQuery::local? method.
def local?(string)
  query(LibRubyParser.pm_string_query_local(string, string.bytesize, string.encoding.name))
end