method
execute
rails latest stable - Class:
ActiveSupport::CodeGenerator
execute()public
No documentation available.
# File activesupport/lib/active_support/code_generator.rb, line 59
def execute
@namespaces.each_value do |method_set|
method_set.apply(@owner, @path, @line - 1)
end
end