Method: Chillout::Config#to_s

Defined in:
lib/chillout/config.rb

#to_sObject



84
85
86
87
88
89
90
# File 'lib/chillout/config.rb', line 84

def to_s
  <<-eos
 * hostname: #{hostname}
 * port: #{port}
 * ssl: #{ssl}
  eos
end