Object
Class to keep state
# File lib/bio/util/restriction_enzyme/cut_symbol.rb, line 96 def self.cut_symbol; @cut_symbol; end
# File lib/bio/util/restriction_enzyme/cut_symbol.rb, line 98 def self.cut_symbol=(glyph); raise ArgumentError if glyph.size != 1 @cut_symbol = glyph end
# File lib/bio/util/restriction_enzyme/cut_symbol.rb, line 103 def self.escaped_cut_symbol; "\\" + self.cut_symbol; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.