Sha256: c592d6590f2bd88b62ece9c9a0b80854d988bb536ea1c0ff565093ed7653eb5d

Contents?: true

Size: 265 Bytes

Versions: 16

Compression:

Stored size: 265 Bytes

Contents

module HyperRouter
  class Match
    include Native

    def initialize(native)
      @native = native
    end

    def to_n
      @native
    end

    alias_native :params
    alias_native :is_exact, :isExact
    alias_native :path
    alias_native :url
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyper-router-0.99.6 lib/hyper-router/match.rb
hyper-router-0.99.5 lib/hyper-router/match.rb
hyper-router-0.99.4 lib/hyper-router/match.rb
hyper-router-0.99.3 lib/hyper-router/match.rb
hyper-router-0.99.2 lib/hyper-router/match.rb
hyper-router-0.99.1 lib/hyper-router/match.rb
hyper-router-4.2.6.lap28 lib/hyper-router/match.rb
hyper-router-4.2.6.lap27 lib/hyper-router/match.rb
hyper-router-4.2.6.lap26 lib/hyper-router/match.rb
hyper-router-4.2.6.lap25 lib/hyper-router/match.rb
hyper-router-4.2.6.lap24 lib/hyper-router/match.rb
hyper-router-4.2.6.lap23 lib/hyper-router/match.rb
hyper-router-4.2.6.lap22 lib/hyper-router/match.rb
hyper-router-4.1.1 lib/hyper-router/match.rb
hyper-router-4.0.1 lib/hyper-router/match.rb
hyper-router-4.0.0 lib/hyper-router/match.rb