Class: WIP::CLI::Show

Inherits:
Base
  • Object
show all
Defined in:
lib/wip/cli/show.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #path

Instance Method Summary collapse

Constructor Details

#initializeShow

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(options = {})
  locate_by_name ||
  locate_by_ctxt
end