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