module Beethoven

The Beethoven module can be used in order to provide convenience operators for the Beethoven::Composer class.

Version

Constants

VERSION

Public Instance Methods

*(other) click to toggle source
# File lib/beethoven.rb, line 8
def *(other)
  Beethoven::Composer.new(other, self)
end
|(other) click to toggle source
# File lib/beethoven.rb, line 12
def |(other)
  Beethoven::Composer.new(self, other)
end