Top Level Namespace

Defined Under Namespace

Modules: Accessibility, ValueWrapper Classes: Array, Boxed, CFRange, CGPoint, CGRect, CGSize, NSArray, NSObject, NSString, NSURL, 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)


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

def on_macruby?
  true
end