Module: Rucola
- Defined in:
- lib/rucola/version.rb,
lib/rucola/log.rb,
lib/rucola/nib.rb,
lib/rucola/xcode.rb,
lib/rucola/plugin.rb,
lib/rucola/fsevents.rb,
lib/rucola/reloader.rb,
lib/rucola/info_plist.rb,
lib/rucola/ruby_debug.rb,
lib/rucola/initializer.rb,
lib/rucola/initializer.rb,
lib/rucola/dependencies.rb,
lib/rucola/rucola_support/rc_app.rb,
lib/rucola/dependencies/exclusions.rb,
lib/rucola/rucola_support/initialize_hooks.rb,
lib/rucola/rucola_support/models/rc_document.rb,
lib/rucola/dependencies/override_require_and_gem.rb,
lib/rucola/rucola_support/controllers/rc_controller.rb,
lib/rucola/rucola_support/notifications/notifications.rb,
lib/rucola/rucola_support/controllers/rc_window_controller.rb,
lib/rucola/test_case.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Debugger, InitializeHooks, Nib, Notifications, RCApp, Reloader, TestCase, VERSION Classes: Configuration, Dependencies, FSEvents, InfoPlist, Initializer, Log, Plugin, PluginRunner, RCController, RCDocument, RCWindowController, Xcode
Instance Method Summary collapse
-
#building_application? ⇒ Boolean
Are we building and running or just running this application by clicking on an executable.
Instance Method Details
#building_application? ⇒ Boolean
Are we building and running or just running this application by clicking on an executable.
42 43 44 |
# File 'lib/rucola/initializer.rb', line 42 def building_application? ENV['DYLD_LIBRARY_PATH'] end |