Method: Arrow::Applet#inspect
- Defined in:
- lib/arrow/applet.rb
#inspect ⇒ Object
Return a human-readable String representing the applet.
542 543 544 545 546 547 548 549 550 |
# File 'lib/arrow/applet.rb', line 542 def inspect "<%s:0x%08x: %s [%s/%s]>" % [ self.class.name, self.object_id * 2, @signature.name, @signature.version, @signature.maintainer ] end |