Class: Tar::Schema::Timestamp
- Inherits:
-
OctalNumber
- Object
- FieldType
- OctalNumber
- Tar::Schema::Timestamp
- Defined in:
- lib/tar/schema.rb
Instance Attribute Summary
Attributes inherited from FieldType
#offset, #size, #unpack_format
Instance Method Summary collapse
Methods inherited from OctalNumber
Methods inherited from FieldType
Constructor Details
This class inherits a constructor from Tar::Schema::OctalNumber
Instance Method Details
#parse(value) ⇒ Object
82 83 84 |
# File 'lib/tar/schema.rb', line 82 def parse(value) Time.at(super) end |