class Praat::MetaCollection

Something will be either a collection or an object. Only an object can have properties.

Attributes

parent[RW]

Public Instance Methods

<<(object) click to toggle source
Calls superclass method
# File lib/praat.rb, line 44
def << object
  object.parent = self
  super object
end
to_s() click to toggle source
Calls superclass method
# File lib/praat.rb, line 49
def to_s
  self.inspect << super
end