Sha256: 405c2b2bc682b2a6cf10f42838d0708071a5100c2afe11fa1933f0889a7d09d9
Contents?: true
Size: 170 Bytes
Versions: 4
Compression:
Stored size: 170 Bytes
Contents
# frozen_string_literal: true module Wayfarer module Routing module Result Match = Struct.new(:action, :params) Mismatch = Class.new end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wayfarer-0.4.7 | lib/wayfarer/routing/result.rb |
wayfarer-0.4.6 | lib/wayfarer/routing/result.rb |
wayfarer-0.4.5 | lib/wayfarer/routing/result.rb |
wayfarer-0.4.4 | lib/wayfarer/routing/result.rb |