class Object

Constants

MyError

Public Instance Methods

publisher_class() click to toggle source

returns an anonymous wispered class

# File spec/spec_helper.rb, line 22
def publisher_class
  Class.new { include Wisper::Publisher }
end