Top Level Namespace

Defined Under Namespace

Modules: Accessibility, Battery, ValueWrapper Classes: Array, Boxed, CFRange, CGPoint, CGRect, CGSize, NSArray, NSAttributedString, NSBundle, NSColor, NSData, NSHost, NSObject, NSProcessInfo, NSRunningApplication, NSScreen, NSString, NSURL, NSWorkspace, Object, Range, String

Constant Summary collapse

MOUNTAIN_LION_APPKIT_VERSION =
1187

Instance Method Summary collapse

Instance Method Details

#on_macruby?Boolean

Whether or not we are running on MacRuby

Returns:

  • (Boolean)


8
9
10
# File 'lib/accessibility/bridge.rb', line 8

def on_macruby?
  true
end