Class: Quadtone::Tools::List

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

Instance Attribute Summary

Attributes inherited from Quadtone::Tool

#profile, #verbose

Instance Method Summary collapse

Methods inherited from Quadtone::Tool

#parse_global_option, #parse_option, process_args, #process_environment

Instance Method Details

#load_profileObject



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

def load_profile
  false
end

#runObject



11
12
13
# File 'lib/quadtone/tools/list.rb', line 11

def run
  Profile.profile_names.each { |name| puts name }
end