Class: Agate::CLI
- Inherits:
-
Object
- Object
- Agate::CLI
- Defined in:
- lib/agate/cli.rb
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
- #parse ⇒ Object
Constructor Details
#initialize ⇒ CLI
Returns a new instance of CLI.
8 9 10 |
# File 'lib/agate/cli.rb', line 8 def initialize @options = {} end |