Class: Awestruct::CLI::Auto
- Inherits:
-
Object
- Object
- Awestruct::CLI::Auto
- Defined in:
- lib/awestruct/cli/auto.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ Auto
constructor
A new instance of Auto.
- #run ⇒ Object
Constructor Details
#initialize(path) ⇒ Auto
Returns a new instance of Auto.
7 8 9 |
# File 'lib/awestruct/cli/auto.rb', line 7 def initialize(path) @path = path end |