Class: CheckZilla::CLI
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- CheckZilla::CLI
- Defined in:
- lib/checkzilla/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
5 6 7 8 |
# File 'lib/checkzilla/cli.rb', line 5 def execute conf_relative_path = File::join(Dir.pwd, config_file) require conf_relative_path end |