Method: Rugged::Tag::Annotation#inspect
- Defined in:
- lib/rugged/tag.rb
permalink #inspect ⇒ Object
[View source]
36 37 38 |
# File 'lib/rugged/tag.rb', line 36 def inspect "#<Rugged::Tag::Annotation:#{object_id} {name: #{name.inspect}, message: #{.inspect}, target: #{target.inspect}>" end |