Method: Bio::Feature#locations

Defined in:
lib/feature.rb

#locationsObject

Returns position of the feature as a Bio::Locations object



17
18
19
# File 'lib/feature.rb', line 17

def locations
  @locations
end