method

private_module_and_instance_method

private_module_and_instance_method(method_name)
private

No documentation available.

# File activesupport/lib/active_support/number_helper.rb, line 596
    def self.private_module_and_instance_method(method_name) #:nodoc:
      private method_name
      private_class_method method_name
    end