Sha256: ea12f32c3c89be38eff19753af27e790d41ef993cc204c7095ec4ddf463acf17
Contents?: true
Size: 234 Bytes
Versions: 3
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Miteru module Notifiers class Base def notify(website) raise NotImplementedError end def notifiable? raise NotImplementedError end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
miteru-1.2.2 | lib/miteru/notifiers/base.rb |
miteru-1.2.1 | lib/miteru/notifiers/base.rb |
miteru-1.2.0 | lib/miteru/notifiers/base.rb |