Sha256: 30eb249ab1b4696713f0d0f94f475af037456a5bd59466d7a5244d79e609f116

Contents?: true

Size: 132 Bytes

Versions: 90

Compression:

Stored size: 132 Bytes

Contents

class SimpleCounter
  
  attr_reader :count
  
  def initialize
    @count = 0
  end
  
  def increment
    @count += 1
  end
  
end

Version data entries

90 entries across 85 versions & 14 rubygems

Version Path
floehopper-mocha-0.9.3.20081220175348 test/simple_counter.rb
floehopper-mocha-0.9.3.20081230175553 test/simple_counter.rb
floehopper-mocha-0.9.4.20090128164727 test/simple_counter.rb
floehopper-mocha-0.9.5.20090201123802 test/simple_counter.rb
floehopper-mocha-0.9.6.20090629164857 test/simple_counter.rb
floehopper-mocha-0.9.6.20090629165308 test/simple_counter.rb
floehopper-mocha-0.9.6.20090701111305 test/simple_counter.rb
floehopper-mocha-0.9.7.20090701124354 test/simple_counter.rb
gsterndale-warrant-0.2.0 test/rails_root/vendor/gems/mocha-0.9.4/test/simple_counter.rb
gsterndale-warrant-0.3.0 test/rails_root/vendor/gems/mocha-0.9.4/test/simple_counter.rb
hashrocket-clearance-0.4.0 test/rails_root/vendor/gems/mocha-0.9.1/test/simple_counter.rb
hashrocket-clearance-0.4.1 test/rails_root/vendor/gems/mocha-0.9.1/test/simple_counter.rb
hashrocket-clearance-0.4.2 test/rails_root/vendor/gems/mocha-0.9.1/test/simple_counter.rb
hashrocket-clearance-0.4.3 test/rails_root/vendor/gems/mocha-0.9.1/test/simple_counter.rb
jferris-mocha-0.9.5.0.1240002286 test/simple_counter.rb
jferris-mocha-0.9.5.0.1240351621 test/simple_counter.rb
jferris-mocha-0.9.5.0.1241126838 test/simple_counter.rb
jferris-mocha-0.9.7.0.1247796736 test/simple_counter.rb
jferris-mocha-0.9.7.20090701124354 test/simple_counter.rb
jferris-mocha-0.9.7.20090911190113 test/simple_counter.rb