Module: Feefi::Helpers
- Included in:
- AWS::Beanstalk, Cli
- Defined in:
- lib/feefi/helpers.rb
Instance Method Summary collapse
-
#app_config ⇒ Object
presumed to be used within method.
- #preamble(message) ⇒ Object
Instance Method Details
#app_config ⇒ Object
presumed to be used within method
8 9 10 |
# File 'lib/feefi/helpers.rb', line 8 def app_config Feefi::Config.app_config [:app_name] end |
#preamble(message) ⇒ Object
3 4 5 6 |
# File 'lib/feefi/helpers.rb', line 3 def preamble() puts "#{}" puts "-----------" end |