Sha256: 633acd112643f7a131e8a292fe8a0b66f3496f3038d95aa75c0517c46d6b122a
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
module Botfly class Matcher def initialize(condition) Botfly.logger.info(" MCH: Creating Matcher") @condition = condition end def match(params) raise "AbstractMethodError: You must implement match in a concrete subclass" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
botfly-0.1.1 | lib/botfly/matcher/matcher.rb |
botfly-0.1.0 | lib/botfly/matcher/matcher.rb |