Method: Gct::Command::Config::Get#run

Defined in:
lib/gct/command/config/get.rb

#runObject



25
26
27
# File 'lib/gct/command/config/get.rb', line 25

def run
  puts "#{FileBase.get_config(@key)}"
end