Sha256: ae07e186bc9a962f60dce1c12e11c456c6d3c2635882a67002cb3ebf878a58f3

Contents?: true

Size: 134 Bytes

Versions: 2

Compression:

Stored size: 134 Bytes

Contents

class Kitten
  attr_accessor :a,:b

  def initialize(a, b)
    @a = a
    @b = b
  end

  def meow
    "meow"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/diy/test/files/factory/kitten.rb
ceedling-0.29.0 vendor/diy/test/files/factory/kitten.rb