method

inspect

v1_9_3_392 - Show latest stable - Class: RDoc::Context::Section
inspect()
public

No documentation available.

# File lib/rdoc/context.rb, line 193
    def inspect # :nodoc:
      "#<%s:0x%x %p>" % [self.class, object_id, title]
    end