Module: IosToolchain::Helpers

Defined in:
lib/ios_toolchain/helpers.rb

Constant Summary collapse

LINE_LENGTH =
45

Instance Method Summary collapse

Instance Method Details

#bail(msg = "Uh oh, looks like something isn't right") ⇒ Object



11
12
13
14
15
16
17
# File 'lib/ios_toolchain/helpers.rb', line 11

def bail(msg="Uh oh, looks like something isn't right")
   puts "\n\n"
   puts "👎   👎   👎   👎   👎   👎   👎   👎   👎   👎   👎   👎 "
   print_msg(msg)
   puts "👎   👎   👎   👎   👎   👎   👎   👎   👎   👎   👎   👎 "
   abort
end

#configObject



7
8
9
# File 'lib/ios_toolchain/helpers.rb', line 7

def config
  @config ||= IosToolchain::Config.new
end