struct Id3::V2::Frame::OldFlags
- Id3::V2::Frame::OldFlags
- Struct
- Value
- Object
Defined in:
id3/v2/flags.crConstructors
Instance Method Summary
- #clone
- #copy_with(status _status = @status, format _format = @format)
- #format : OldFormatFlags
-
#pretty_print(pp : PrettyPrint)
Pretty prints
self
into the given printer. - #status : OldStatusFlags
Constructor Detail
Instance Method Detail
def pretty_print(pp : PrettyPrint)
#
Description copied from class Object
Pretty prints self
into the given printer.
By default appends a text that is the result of invoking
#inspect
on self
. Subclasses should override
for custom pretty printing.