Method: Browser::History#current

Defined in:
lib/wedge/plugins/history.rb

#currentString (readonly)

Returns the current item.

Returns:

  • (String)

    the current item



77
78
79
# File 'lib/wedge/plugins/history.rb', line 77

def current
  $window.location.path
end