Sha256: 5e9b26e2d9f242999d32b9827c9a0e52c92e3f80de29b751413a90dad4ea65bb

Contents?: true

Size: 238 Bytes

Versions: 24

Compression:

Stored size: 238 Bytes

Contents

require 'cerberus/publisher/campfire'

class Marshmallow
  @@counter = 0

  def self.say(to, what)
    @@counter += 1
  end
  
  def self.paste(to, what)
    @@counter += 1
  end

  def self.counter
    @@counter
  end
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
cerberus-0.8.0 test/mock/marshmallow.rb
cerberus-0.7.9 test/mock/marshmallow.rb
edavis10-cerberus-0.7.8 test/mock/marshmallow.rb
cerberus-0.7.8 test/mock/marshmallow.rb
cerberus-0.7.7 test/mock/marshmallow.rb
cerberus-0.7.6 test/mock/marshmallow.rb
cerberus-0.7.2 test/mock/marshmallow.rb
cerberus-0.7.5 test/mock/marshmallow.rb
cerberus-0.7 test/mock/marshmallow.rb
cerberus-0.3.1 test/mock/marshmallow.rb
cerberus-0.3.2 test/mock/marshmallow.rb
cerberus-0.3.4 test/mock/marshmallow.rb
cerberus-0.3.3 test/mock/marshmallow.rb
cerberus-0.4.0 test/mock/marshmallow.rb
cerberus-0.3.5 test/mock/marshmallow.rb
cerberus-0.3.6 test/mock/marshmallow.rb
cerberus-0.4.2 test/mock/marshmallow.rb
cerberus-0.4.3 test/mock/marshmallow.rb
cerberus-0.4.1 test/mock/marshmallow.rb
cerberus-0.4.4 test/mock/marshmallow.rb