Method: Bio::Nexus::NexusMatrix#initialize
- Defined in:
- lib/bio/db/nexus.rb
#initialize ⇒ NexusMatrix
Creates new NexusMatrix.
1586 1587 1588 1589 1590 |
# File 'lib/bio/db/nexus.rb', line 1586 def initialize() @rows = Hash.new @max_row = -1 @max_col = -1 end |