method

singleton_method_added

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: REXML::Functions
singleton_method_added(name) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

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
Register or log in to add new notes.