Class: Quadtone::Tools::Check

Inherits:
Quadtone::Tool show all
Defined in:
lib/quadtone/tools/check.rb

Instance Attribute Summary

Attributes inherited from Quadtone::Tool

#profile, #verbose

Instance Method Summary collapse

Methods inherited from Quadtone::Tool

#load_profile, #parse_global_option, #parse_option, process_args, #process_environment

Instance Method Details

#runObject



7
8
9
10
# File 'lib/quadtone/tools/check.rb', line 7

def run
  @profile.check
  ;;warn "Profile checks out okay."
end