method
singleton_method_added

singleton_method_added(name)
public
Hide source
# File lib/rexml/functions.rb, line 26 def singleton_method_added(name) unless INTERNAL_METHODS.include?(name) @@available_functions[name] = true end end