Method: PlainText::Part#inspect

Defined in:
lib/plain_text/part.rb

#inspectString

Returns:



456
457
458
# File 'lib/plain_text/part.rb', line 456

def inspect
  self.class.name + super
end