Method: Time#dos_equals
- Defined in:
- lib/zip/stdrubyext.rb
#dos_equals(other) ⇒ Object
Dos time is only stored with two seconds accuracy
81 82 83 |
# File 'lib/zip/stdrubyext.rb', line 81 def dos_equals(other) to_i/2 == other.to_i/2 end |