method

new

rails latest stable - Class: ActiveSupport::CodeGenerator
new(owner, path, line)
public

No documentation available.

# File activesupport/lib/active_support/code_generator.rb, line 48
    def initialize(owner, path, line)
      @owner = owner
      @path = path
      @line = line
      @namespaces = Hash.new { |h, k| h[k] = MethodSet.new(k) }
    end