Class: CheckZilla::CLI

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/checkzilla/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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