Method: Bio::RestrictionEnzyme::CutSymbol#re_cut_symbol_adjacent
- Defined in:
- lib/bio/util/restriction_enzyme/cut_symbol.rb
#re_cut_symbol_adjacent ⇒ Object
Used to check if multiple cut symbols are next to each other.
Arguments
-
none
- Returns
-
RegExp
69 70 71 |
# File 'lib/bio/util/restriction_enzyme/cut_symbol.rb', line 69 def re_cut_symbol_adjacent %r"#{escaped_cut_symbol}{2}" end |