Method: RunLoop::Lipo#bundle_path

Defined in:
lib/run_loop/lipo.rb

#bundle_pathString

The path to the application bundle we are inspecting.

Returns:

  • (String)

    The path to the application bundle (.app).



18
19
20
# File 'lib/run_loop/lipo.rb', line 18

def bundle_path
  @bundle_path
end