Class: Bio::RestrictionEnzyme::DenseIntArray::MutableRange
- Defined in:
- lib/bio/util/restriction_enzyme/dense_int_array.rb
Instance Attribute Summary collapse
-
#first ⇒ Object
Returns the value of attribute first.
-
#last ⇒ Object
Returns the value of attribute last.
Instance Attribute Details
#first ⇒ Object
Returns the value of attribute first
22 23 24 |
# File 'lib/bio/util/restriction_enzyme/dense_int_array.rb', line 22 def first @first end |
#last ⇒ Object
Returns the value of attribute last
22 23 24 |
# File 'lib/bio/util/restriction_enzyme/dense_int_array.rb', line 22 def last @last end |