Class: DComm::CLI::Edit
- Defined in:
- lib/dcomm/cli/edit.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from DComm::CLI::Command
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/dcomm/cli/edit.rb', line 10 def call puts 'edit command' end |