Module: Promiscuous::Publisher::Lint::Class

Extended by:
ActiveSupport::Concern
Defined in:
lib/promiscuous/publisher/lint/class.rb

Instance Method Summary collapse

Instance Method Details

#lintObject



4
5
6
7
8
9
10
# File 'lib/promiscuous/publisher/lint/class.rb', line 4

def lint
  super

  if publisher.klass != klass
    raise "Define a publisher for #{klass}"
  end
end