Method: Browser::Window#history
- Defined in:
- lib/wedge/plugins/history.rb
#history ⇒ History (readonly)
Returns the history for this window.
22 23 24 |
# File 'lib/wedge/plugins/history.rb', line 22 def history History.new(`#@native.history`) if `#@native.history` end |