method
singleton_method_added
v2_5_5 -
Show latest stable
- Class:
REXML::Functions
singleton_method_added(name)public
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