templates of namespace
Internal use only.
# File lib/bio/io/flatfile/index.rb, line 470 def close @file.close end
# File lib/bio/io/flatfile/index.rb, line 446 def filename # should be redifined in child class raise NotImplementedError, "should be redefined in child class" end
# File lib/bio/io/flatfile/index.rb, line 474 def include?(key) r = search(key) unless r.empty? then key else nil end end
Generated with the Darkfish Rdoc Generator 2.