module REXML::Functions

def singleton_method_added(name)

def singleton_method_added(name)
  unless INTERNAL_METHODS.include?(name)
    @@available_functions[name] = true
  end
end