Parent

Methods

Files

TagLib::ID3v2::Frame

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.