methods to access chains
XXX#each_model must be defined.
Bio::PDB::ChainFinder is included by Bio::PDB::PDB and Bio::PDB::Model.
returns all chains
# File lib/bio/db/pdb/utils.rb, line 272 def chains array = [] self.each_model { |model| array.concat(model.chains) } return array end
Generated with the Darkfish Rdoc Generator 2.