class Bio::CNLS::Result::NLS

Attributes

position[RW]
score[RW]
sequence[RW]

Public Instance Methods

<=>(another) click to toggle source

sort by score descending

# File lib/bio/cnls_screenscraper/cnls_screenscraper.rb, line 24
def <=>(another)
  -(@score<=>another.score)
end