lib/hyperstack/router/match.rb in hyper-router-1.0.alpha1.5 vs lib/hyperstack/router/match.rb in hyper-router-1.0.alpha1.6
- old
+ new
@@ -1,8 +1,8 @@
module Hyperstack
module Router
class Match
- include Native
+ include Native::Wrapper
def initialize(native)
@native = native
end