Method: When::TM::Separation#length

Defined in:
lib/when_exe/tmobjects.rb

#lengthWhen::TM::Duration

This method is abstract.

When::TM::GeometricPrimitive 自身の持続時間

Returns:

Raises:

  • (TypeError)


25
26
27
# File 'lib/when_exe/tmobjects.rb', line 25

def length
  raise TypeError, "Absolute Class #{self.class}"
end