Class: Ssource::Command::Show
- Inherits:
-
Ssource::Command
- Object
- CLAide::Command
- Ssource::Command
- Ssource::Command::Show
- Defined in:
- lib/ssource/command/show.rb
Instance Attribute Summary
Attributes inherited from Ssource::Command
Instance Method Summary collapse
-
#initialize(argv) ⇒ Show
constructor
A new instance of Show.
- #run ⇒ Object
Constructor Details
#initialize(argv) ⇒ Show
Returns a new instance of Show.
10 11 12 13 |
# File 'lib/ssource/command/show.rb', line 10 def initialize(argv) self.file_path = argv.shift_argument super end |