Parent

Methods

Files

TagLib::ID3v2::Frame

Public Instance Methods

inspect() click to toggle source
# File lib/taglib/id3v2.rb, line 10
def inspect
  # Overwrite inspect because Object#inspect calls to_s. In case
  # of an unlinked frame, calling to_s would lead to calling into
  # SWIG through to_string, which in turn would raise an exception
  # with a message including an inspect of this object, which
  # would call to_s -> stack overflow.
  "#<%s:0x%x>" % [self.class.to_s, object_id << 1]
end
to_s() click to toggle source
# File lib/taglib/id3v2.rb, line 6
def to_s
  to_string
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.