# File lib/bio/db/pdb/pdb.rb, line 85 def self.new(str) a = str.to_s.strip.split(/\;\s*/) a.collect! { |x| x.split(/\:\s*/, 2) } a end
[Validate]
Generated with the Darkfish Rdoc Generator 2.