Module: Yaps::ExtendPublisher

Included in:
Publisher
Defined in:
lib/yaps/publisher.rb

Instance Method Summary collapse

Instance Method Details

#publish(*args) ⇒ Object



3
4
5
# File 'lib/yaps/publisher.rb', line 3

def publish(*args)
  Yaps.configuration.enable? && super
end