Method: ActiveSupport::CodeGenerator#execute
- Defined in:
- lib/active_support/code_generator.rb
#execute ⇒ Object
64 65 66 67 68 |
# File 'lib/active_support/code_generator.rb', line 64 def execute @namespaces.each_value do |method_set| method_set.apply(@owner, @path, @line - 1) end end |