Sha256: 014fe297ac13525eec0a8334e627a82a6621dd4af6dd9c2a7c01e2ea8f99e7fe
Contents?: true
Size: 385 Bytes
Versions: 4
Compression:
Stored size: 385 Bytes
Contents
class Trial include ClassExt end class Hello end module GoodBye module Alpha module Beta end end end module First module ClassMethods def class_method end end module InstanceMethods def instance_method end end end module Second include_and_extend First end class Third include_and_extend Second end def trial @trial ||= Trial.new end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sweetloader-0.1.6 | spec/fixtures/models.rb |
sweetloader-0.1.5 | spec/fixtures/models.rb |
sweetloader-0.1.4 | spec/fixtures/models.rb |
sweetloader-0.1.2 | spec/fixtures/models.rb |