class Omnibus::NullPublisher

Public Instance Methods

publish() click to toggle source
# File lib/omnibus/publishers/null_publisher.rb, line 19
def publish
  # noop
end