Class: NSURL
- Inherits:
-
Object
- Object
- NSURL
- Defined in:
- lib/accessibility/bridge/macruby.rb
Overview
accessibility-core extensions for NSURL
Instance Method Summary collapse
-
#to_url ⇒ NSURL
Return the reciver, for the receiver is already a URL object.
Instance Method Details
#to_url ⇒ NSURL
Return the reciver, for the receiver is already a URL object
10 11 12 |
# File 'lib/accessibility/bridge/macruby.rb', line 10 def to_url self end |