lib/botfly/matcher/matcher.rb in botfly-0.2.1 vs lib/botfly/matcher/matcher.rb in botfly-0.3.0
- old
+ new
@@ -5,7 +5,8 @@
@condition = condition
end
def match(params)
raise "AbstractMethodError: You must implement match in a concrete subclass"
end
+
end
end
\ No newline at end of file