# 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
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.