Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 4, 2023
1 parent 3f8ee68 commit dd4474a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mini_mime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Info
attr_accessor :extension, :content_type, :encoding

def initialize(buffer)
p [:info, buffer]
@extension, @content_type, @encoding = buffer.split(/\s+/).map!(&:freeze)
end

Expand Down

0 comments on commit dd4474a

Please sign in to comment.