Method: Bio::PDB::Heterogen#hetatm
- Defined in:
- lib/bio/db/pdb/residue.rb
#hetatm ⇒ Object
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 |