Class: DontComment::CLI
- Inherits:
-
Object
- Object
- DontComment::CLI
- Defined in:
- lib/dont_comment/cli.rb
Defined Under Namespace
Classes: ValidateError
Constant Summary collapse
Instance Method Summary collapse
-
#initialize(argv, out = $stdout) ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
#initialize(argv, out = $stdout) ⇒ CLI
Returns a new instance of CLI.
10 11 12 13 14 |
# File 'lib/dont_comment/cli.rb', line 10 def initialize(argv, out = $stdout) @argv = argv @config = default_config @out = out end |