Sha256: a5a9c1709017610d93658e27dc337b1d6fa8713b84f3665c1870fe45b634481b
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
module Rumx module Beans # Bean that contains child beans. Since all beans have this functionality, this is # essentially just a Bean that has no attributes or operations. class Folder include Bean end end end
Version data entries
16 entries across 16 versions & 1 rubygems