Module: Foobara::CommandPatternImplementation::Concerns::Runtime::ClassMethods
- Defined in:
- foobara-0.0.110/projects/command/src/command_pattern_implementation/concerns/runtime.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
11 12 13 |
# File 'foobara-0.0.110/projects/command/src/command_pattern_implementation/concerns/runtime.rb', line 11 def run(...) new(...).run end |
#run! ⇒ Object
15 16 17 |
# File 'foobara-0.0.110/projects/command/src/command_pattern_implementation/concerns/runtime.rb', line 15 def run!(...) new(...).run! end |