Skip to content

Commit

Permalink
marked some methods as private
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed May 31, 2023
1 parent 11f6e6b commit 32312a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/skyfall/car_archive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def initialize(data)
read_section(buffer) until buffer.eof?
end


private

def read_header(buffer)
len = buffer.read_varint

Expand Down

0 comments on commit 32312a1

Please sign in to comment.