Class: NSObject
- Inherits:
-
Object
- Object
- NSObject
- Defined in:
- lib/accessibility/bridge/macruby.rb
Overview
accessibility-core
extensions for NSObject
Instance Method Summary collapse
-
#to_ax ⇒ Object
Return an object safe for passing to AXAPI.
-
#to_ruby ⇒ Object
Return a usable object from an AXAPI pointer.
Instance Method Details
#to_ax ⇒ Object
Return an object safe for passing to AXAPI
40 41 42 |
# File 'lib/accessibility/bridge/macruby.rb', line 40 def to_ax self end |
#to_ruby ⇒ Object
Return a usable object from an AXAPI pointer
46 47 48 |
# File 'lib/accessibility/bridge/macruby.rb', line 46 def to_ruby self end |