class JSON::TruffleRuby::Generator::State

def ascii_only?

returns false.
Returns true, if only ASCII characters should be generated. Otherwise
def ascii_only?
  @ascii_only
end