Methods

Class/Module Index [+]

Quicksearch

Bio::GFF::GFF3::RecordBoundary

This is a dummy record corresponding to the "###" metadata.

Public Class Methods

new(*arg) click to toggle source
# File lib/bio/db/gff.rb, line 1822
def initialize(*arg)
  super(*arg)
  self.freeze
end

Public Instance Methods

to_s() click to toggle source
# File lib/bio/db/gff.rb, line 1827
def to_s
  "###\n"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.