Method: Obo::Header#initialize
- Defined in:
- lib/obo/header.rb
#initialize ⇒ Header
Returns a new instance of Header.
5 6 7 |
# File 'lib/obo/header.rb', line 5 def initialize @tagvalues = Hash.new{|h,k| h[k] = []} end |
Returns a new instance of Header.
5 6 7 |
# File 'lib/obo/header.rb', line 5 def initialize @tagvalues = Hash.new{|h,k| h[k] = []} end |