Sha256: 5413d314e47858339e272971fde710a15526ea8afec84c8560b88b586ff4457e
Contents?: true
Size: 141 Bytes
Versions: 2
Compression:
Stored size: 141 Bytes
Contents
class Class def *(other) Beethoven::Composer.new(other, self) end def |(other) Beethoven::Composer.new(self, other) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beethoven-0.0.2 | lib/beethoven/class.rb |
beethoven-0.0.1 | lib/beethoven/class.rb |