Class: Bio::RestrictionEnzyme::DenseIntArray::MutableRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/bio/util/restriction_enzyme/dense_int_array.rb

Instance Attribute Summary collapse

Instance Attribute Details

#firstObject

Returns the value of attribute first

Returns:

  • (Object)

    the current value of first



19
20
21
# File 'lib/bio/util/restriction_enzyme/dense_int_array.rb', line 19

def first
  @first
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



19
20
21
# File 'lib/bio/util/restriction_enzyme/dense_int_array.rb', line 19

def last
  @last
end