Class: Quadtone::Tools::Show

Inherits:
Quadtone::Tool show all
Defined in:
lib/quadtone/tools/show.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
# File 'lib/quadtone/tools/show.rb', line 7

def run
  @profile.show
end