Method: Bio::PDB::Heterogen#hetatm

Defined in:
lib/bio/db/pdb/residue.rb

#hetatmObject

Always returns true.

If the residue is HETATM, returns true. Otherwise, returns false.



160
161
162
# File 'lib/bio/db/pdb/residue.rb', line 160

def hetatm
  true
end