Flowdock
method

inspect

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Comment
inspect() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/comment.rb, line 158
  def inspect # :nodoc:
    location = @location ? @location.relative_name : '(unknown)'

    "#<%s:%x %s %p>" % [self.class, object_id, location, @text]
  end
Register or log in to add new notes.