class Bio::Assembly::Maf
Public Class Methods
new(path)
click to toggle source
# File lib/bio-assembly/maf.rb, line 8 def initialize(path) @file = File.new(path, 'r') # TO DO end
# File lib/bio-assembly/maf.rb, line 8 def initialize(path) @file = File.new(path, 'r') # TO DO end