Class: HTS::Hts
- Inherits:
-
Object
- Object
- HTS::Hts
- Defined in:
- lib/hts/hts.rb
Overview
Shared behavior for HTS-backed file classes. Native handles remain private implementation details of the concrete classes.
Instance Method Summary collapse
-
#initialize(*_args) ⇒ Hts
constructor
A new instance of Hts.
Constructor Details
#initialize(*_args) ⇒ Hts
Returns a new instance of Hts.
34 35 36 |
# File 'lib/hts/hts.rb', line 34 def initialize(*_args) raise TypeError, "Can't make instance of HTS abstract class" end |