struct Id3::V2::Frame::NewFlags
- Id3::V2::Frame::NewFlags
 - Struct
 - Value
 - Object
 
Defined in:
id3/v2/flags.crConstructors
Instance Method Summary
- #clone
 - #copy_with(status _status = @status, format _format = @format)
 - #format : FormatFlags
 - 
        #pretty_print(pp : PrettyPrint)
        
          
Pretty prints
selfinto the given printer. - #status : StatusFlags
 
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.