Method: Bio::RestrictionEnzyme::CutSymbol#re_cut_symbol
- Defined in:
- lib/bio/util/restriction_enzyme/cut_symbol.rb
#re_cut_symbol ⇒ Object
A Regexp of the cut_symbol.
Arguments
-
none
- Returns
-
RegExp
79 80 81 |
# File 'lib/bio/util/restriction_enzyme/cut_symbol.rb', line 79 def re_cut_symbol %r"#{escaped_cut_symbol}" end |