Method: Browser::DOM::Document#title
- Defined in:
- opal/browser/dom/document.rb
#title ⇒ String
Returns the document title.
124 125 126 |
# File 'opal/browser/dom/document.rb', line 124 def title `#@native.title` end |
Returns the document title.
124 125 126 |
# File 'opal/browser/dom/document.rb', line 124 def title `#@native.title` end |