Method: HyperRouter::History#initialize

Defined in:
lib/hyper-router/history.rb

#initialize(native) ⇒ History

Returns a new instance of History.



5
6
7
# File 'lib/hyper-router/history.rb', line 5

def initialize(native)
  @native = native
end