primary[RW]
Array
# File lib/bio/util/restriction_enzyme/range/sequence_range/fragments.rb, line 29 def for_display(p_str=nil, c_str=nil) p_str ||= @primary c_str ||= @complement pretty_fragments = [] self.each { |fragment| pretty_fragments << fragment.for_display(p_str, c_str) } pretty_fragments end
Generated with the Darkfish Rdoc Generator 2.