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, Scale, SubharmonicExtendedRatio

Constant Summary collapse

TOOLS_PRODUCER =
"mTonal"
TOOLS_VERSION =
"8.3.4"

Class Method Summary collapse

Class Method Details

.include_irb_helpersObject

See Also:



59
60
61
# File 'lib/tonal/irb_helpers.rb', line 59

def self.include_irb_helpers
  Object.include(IRBHelpers)
end