Method: Hst::Reader#initialize
- Defined in:
- lib/hst.rb
#initialize(file) ⇒ Reader
Returns a new instance of Reader.
21 22 23 |
# File 'lib/hst.rb', line 21 def initialize(file) open(file) end |
Returns a new instance of Reader.
21 22 23 |
# File 'lib/hst.rb', line 21 def initialize(file) open(file) end |