method
new
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::CodeGenerator::MethodSet
new(namespace)public
No documentation available.
# File activesupport/lib/active_support/code_generator.rb, line 8
def initialize(namespace)
@cache = METHOD_CACHES[namespace]
@sources = []
@methods = {}
@canonical_methods = {}
end