Module: Tonal

Defined in:
lib/tonal/tools.rb,
lib/tonal/irb_helpers.rb,
lib/tonal/attributions.rb

Defined Under Namespace

Modules: ExtendableRatio, IRBHelpers Classes: Cents, Comma, ExtendedRatio, Hertz, Interval, Log, Log2, Ratio, ReducedRatio, Step, SubharmonicExtendedRatio

Constant Summary collapse

TOOLS_PRODUCER =
"mTonal"
TOOLS_VERSION =
"7.7.0"

Class Method Summary collapse

Class Method Details

.include_irb_helpersObject

See Also:



57
58
59
# File 'lib/tonal/irb_helpers.rb', line 57

def self.include_irb_helpers
  Object.include(IRBHelpers)
end