Method: When::TM::Separation#length
- Defined in:
- lib/when_exe/tmobjects.rb
#length ⇒ When::TM::Duration
This method is abstract.
When::TM::GeometricPrimitive 自身の持続時間
25 26 27 |
# File 'lib/when_exe/tmobjects.rb', line 25 def length raise TypeError, "Absolute Class #{self.class}" end |