Class: Tonal::Log2
Instance Attribute Summary
Attributes inherited from Log
#base, #logarithm, #logarithmand
Class Method Summary collapse
Methods inherited from Log
#<=>, #initialize, #inspect, #step, #to_cents
Constructor Details
This class inherits a constructor from Tonal::Log
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tonal::Log
Class Method Details
.base ⇒ Object
3 4 5 |
# File 'lib/tonal/log2.rb', line 3 def self.base 2.0 end |