Module: Quickl::Command::Single
- Defined in:
- lib/quickl/command/single.rb
Overview
Instance method for being a single command
Instance Method Summary collapse
-
#run(argv = [], requester = nil) ⇒ Object
Run the command by delegation.
Instance Method Details
#run(argv = [], requester = nil) ⇒ Object
Run the command by delegation
7 8 9 10 |
# File 'lib/quickl/command/single.rb', line 7 def run(argv = [], requester = nil) @requester = requester execute((argv)) end |