Sha256: 1407c11a165021d0e599f4ee5d2f928f2be4f05a4f35d0180705864966db1b86

Contents?: true

Size: 153 Bytes

Versions: 10

Compression:

Stored size: 153 Bytes

Contents

# An example class to be embedded in another
class KitKat
  include Candy::Piece
end

class KitKats
  include Candy::Collection
  collects :kit_kat
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
candy-0.2.10 spec/support/kitkat_fixture.rb
candy-0.2.9 spec/support/kitkat_fixture.rb
candy-0.2.8 spec/support/kitkat_fixture.rb
candy-0.2.7 spec/support/kitkat_fixture.rb
candy-0.2.6 spec/support/kitkat_fixture.rb
candy-0.2.5 spec/support/kitkat_fixture.rb
candy-0.2.4 spec/support/kitkat_fixture.rb
candy-0.2.3 spec/support/kitkat_fixture.rb
candy-0.2.2 spec/support/kitkat_fixture.rb
candy-0.2.1 spec/support/kitkat_fixture.rb