Method: Masamune::Actions::DataFlow::ClassMethods.reset_module!
- Defined in:
- lib/masamune/actions/data_flow.rb
.reset_module! ⇒ Object
136 137 138 139 140 141 142 |
# File 'lib/masamune/actions/data_flow.rb', line 136 def reset_module! @@namespaces = [] @@targets = [] @@sources = [] @@commands = [] @@engine = nil end |