class Bio::BioAlignment::MaskIslands::IslandElementState
Attributes
unique[RW]
Public Instance Methods
to_s()
click to toggle source
Calls superclass method
# File lib/bio-alignment/edit/mask_islands.rb, line 11 def to_s super + (@unique?'U':' ') end