module JSON::TruffleRuby::Generator::GeneratorMethods::String

def self.included(modul)

Extends _modul_ with the String::Extend module.
def self.included(modul)
  modul.extend Extend
end