lib/wayfarer/routing/matchers/custom.rb in wayfarer-0.4.1 vs lib/wayfarer/routing/matchers/custom.rb in wayfarer-0.4.2
- old
+ new
@@ -2,9 +2,11 @@
module Wayfarer
module Routing
module Matchers
class Custom
+ include Stringify
+
attr_reader :delegate
def initialize(delegate = proc)
@delegate = delegate
end