Class: LS4::TSVData
- Inherits:
-
Object
- Object
- LS4::TSVData
- Defined in:
- lib/ls4/logic/tsv_data.rb
Instance Method Summary collapse
- #close ⇒ Object
- #get_hash ⇒ Object
-
#initialize ⇒ TSVData
constructor
A new instance of TSVData.
- #open(path) ⇒ Object
Constructor Details
#initialize ⇒ TSVData
Returns a new instance of TSVData.
22 23 24 |
# File 'lib/ls4/logic/tsv_data.rb', line 22 def initialize update_hash end |
Instance Method Details
#close ⇒ Object
35 36 |
# File 'lib/ls4/logic/tsv_data.rb', line 35 def close end |
#get_hash ⇒ Object
26 27 28 |
# File 'lib/ls4/logic/tsv_data.rb', line 26 def get_hash @hash end |
#open(path) ⇒ Object
30 31 32 33 |
# File 'lib/ls4/logic/tsv_data.rb', line 30 def open(path) @path = path read end |