Method: PlainText::Part#inspect

Defined in:
lib/plain_text/part.rb

#inspectString

Returns:



558
559
560
# File 'lib/plain_text/part.rb', line 558

def inspect
  self.class.name + super
end