Method: REXML::Functions.singleton_method_added
- Defined in:
- lib/rexml/functions.rb
.singleton_method_added(name) ⇒ Object
26 27 28 29 30 |
# File 'lib/rexml/functions.rb', line 26 def singleton_method_added(name) unless INTERNAL_METHODS.include?(name) @@available_functions[name] = true end end |