method
singleton_method_added
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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