class Rugged::Reference

Public Instance Methods

inspect() click to toggle source
# File lib/rugged/reference.rb, line 4
def inspect
  "#<Rugged::Reference:#{object_id} {name: #{name.inspect}, target: #{target.inspect}}>"
end