Module: Feefi::Helpers

Included in:
AWS::Beanstalk, Cli
Defined in:
lib/feefi/helpers.rb

Instance Method Summary collapse

Instance Method Details

#app_configObject

presumed to be used within method



8
9
10
# File 'lib/feefi/helpers.rb', line 8

def app_config
  Feefi::Config.app_config options[:app_name]
end

#preamble(message) ⇒ Object



3
4
5
6
# File 'lib/feefi/helpers.rb', line 3

def preamble(message)
  puts "#{message}"
  puts "-----------"
end