Method: EntryPoint#initialize
- Defined in:
- lib/toolshed/entry_point.rb
#initialize ⇒ EntryPoint
Returns a new instance of EntryPoint.
13 14 15 |
# File 'lib/toolshed/entry_point.rb', line 13 def initialize self.cli = Toolshed::CLI.new end |