Method: Bio::PDB::Model#inspect
- Defined in:
- lib/bio/db/pdb/model.rb
#inspect ⇒ Object
returns a string containing human-readable representation of this object.
140 141 142 |
# File 'lib/bio/db/pdb/model.rb', line 140 def inspect "#<#{self.class.to_s} serial=#{serial.inspect} chains.size=#{chains.size}>" end |