Method: RunLoop::Lipo#initialize

Defined in:
lib/run_loop/lipo.rb

#initialize(bundle_path) ⇒ Lipo



20
21
22
23
# File 'lib/run_loop/lipo.rb', line 20

def initialize(bundle_path)
  @bundle_path = bundle_path
  @plist_buddy = RunLoop::PlistBuddy.new
end