Method: Browser::DOM::Document#location
- Defined in:
- opal/browser/location.rb
#location ⇒ Location (readonly)
Returns the location for the document.
82 83 84 |
# File 'opal/browser/location.rb', line 82 def location Location.new(`#@native.location`) if `#@native.location` end |