lib/funkr/adt/matcher.rb in funkr-0.0.21 vs lib/funkr/adt/matcher.rb in funkr-0.0.22
- old
+ new
@@ -1,5 +1,6 @@
module Funkr
+ # Should not be used directly
class Matcher
def initialize(match)
@const, *@data = match
@runner = nil