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



22
23
24
# File 'lib/bio/util/restriction_enzyme/dense_int_array.rb', line 22

def first
  @first
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



22
23
24
# File 'lib/bio/util/restriction_enzyme/dense_int_array.rb', line 22

def last
  @last
end