Add Zip namespace to DOSTime class
In the top level, it conflicts with the archive-zip library's class of the same name.
This commit is contained in:
parent
156c0c04b5
commit
ab99778c37
|
@ -1,3 +1,4 @@
|
|||
module Zip
|
||||
class DOSTime < Time #:nodoc:all
|
||||
|
||||
#MS-DOS File Date and Time format as used in Interrupt 21H Function 57H:
|
||||
|
@ -41,6 +42,7 @@ class DOSTime < Time #:nodoc:all
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Copyright (C) 2002, 2003 Thomas Sondergaard
|
||||
# rubyzip is free software; you can redistribute it and/or
|
||||
|
|
Loading…
Reference in New Issue