Class: WIP::CLI::Show
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #get(options = {}) ⇒ Object
-
#initialize ⇒ Show
constructor
A new instance of Show.
Constructor Details
#initialize ⇒ Show
Returns a new instance of Show.
4 5 6 |
# File 'lib/wip/cli/show.rb', line 4 def initialize(*) super end |
Instance Method Details
#get(options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/wip/cli/show.rb', line 8 def get( = {}) locate_by_name || locate_by_ctxt end |