Sha256: fde40f8dcaaff76fb744175ee43c5a58a8524885a5c4651b0850f7b3c10d4f22

Contents?: true

Size: 122 Bytes

Versions: 11

Compression:

Stored size: 122 Bytes

Contents

# class Hoge
#
# sample fixture
class Hoge
  def initialize(foo)
    @foo = foo
  end

  def bar
    puts 'bar'
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
simplecov-lcov-0.7.0 spec/fixtures/hoge.rb
simplecov-lcov-0.6.0 spec/fixtures/hoge.rb
simplecov-lcov-0.5.0 spec/fixtures/hoge.rb
simplecov-lcov-0.4.0 spec/fixtures/hoge.rb
simplecov-lcov-0.3.0 spec/fixtures/hoge.rb
simplecov-lcov-0.2.1 spec/fixtures/hoge.rb
simplecov-lcov-0.2.0 spec/fixtures/hoge.rb
simplecov-lcov-0.1.4 spec/fixtures/hoge.rb
simplecov-lcov-0.1.3 spec/fixtures/hoge.rb
simplecov-lcov-0.1.2 spec/fixtures/hoge.rb
simplecov-lcov-0.1.1 spec/fixtures/hoge.rb