Method: Rugged::Tag::Annotation#inspect

Defined in:
lib/rugged/tag.rb

#inspectObject

[View source]

36
37
38
# File 'lib/rugged/tag.rb', line 36

def inspect
  "#<Rugged::Tag::Annotation:#{object_id} {name: #{name.inspect}, message: #{message.inspect}, target: #{target.inspect}>"
end