Method: TTM::Memory#initialize
- Defined in:
- lib/tatum.rb
#initialize(p_path) ⇒ Memory
Initializes the Memory object. Doesn’t actually do anything with the p_path param, but sending that param is the standard for any class that can be used with TTM.io.
868 869 870 |
# File 'lib/tatum.rb', line 868 def initialize(p_path) clear() end |