Sha256: 97c639bccbd3f5f1c58806c5394533ce13ebf4e34d4dffe316c2cf38daf38b43

Contents?: true

Size: 92 Bytes

Versions: 368

Compression:

Stored size: 92 Bytes

Contents

# Foo class
class Foo
  def initialize
    @foo = 'baz'
  end

  def bar
    @foo
  end
end

Version data entries

368 entries across 161 versions & 17 rubygems

Version Path
simplecov-0.5.4 test/fixtures/app/models/user.rb
simplecov-0.5.3 test/fixtures/app/controllers/sample_controller.rb
simplecov-0.5.3 test/fixtures/app/models/user.rb
simplecov-0.5.2 test/fixtures/app/controllers/sample_controller.rb
simplecov-0.5.2 test/fixtures/app/models/user.rb
simplecov-rcov-0.2.3 test/fixtures/sample.rb
simplecov-rcov-0.2.0 test/fixtures/sample.rb
simplecov-rcov-0.1.4 test/fixtures/sample.rb