method

singleton_method_added

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