Sha256: 4d875ad49315b0cace2b594d6027b32cdd7e19c4890bf01391596c56e38fa04b

Contents?: true

Size: 335 Bytes

Versions: 52

Compression:

Stored size: 335 Bytes

Contents

# Copyright (C) the Rugged contributors.  All rights reserved.
#
# This file is part of Rugged, distributed under the MIT license.
# For full terms see the included LICENSE file.

module Rugged
  class Reference
    def inspect
      "#<#{self.class}:#{object_id} {name: #{name.inspect}, target: #{target.inspect}}>"
    end
  end
end

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
rugged-1.9.0 lib/rugged/reference.rb
rugged-1.7.2 lib/rugged/reference.rb
rugged-1.6.5 lib/rugged/reference.rb
rugged-1.7.1 lib/rugged/reference.rb
rugged-1.6.3 lib/rugged/reference.rb
rugged-1.6.2 lib/rugged/reference.rb
rugged-1.5.1 lib/rugged/reference.rb
rugged-1.4.5 lib/rugged/reference.rb
rugged-1.5.0.1 lib/rugged/reference.rb
rugged-1.5.0 lib/rugged/reference.rb
rugged-1.3.2.3 lib/rugged/reference.rb
rugged-1.4.4 lib/rugged/reference.rb
rugged-1.3.2.1 lib/rugged/reference.rb
rugged-1.4.3 lib/rugged/reference.rb
rugged-1.3.2 lib/rugged/reference.rb
rugged-1.4.2 lib/rugged/reference.rb
rugged-1.3.1 lib/rugged/reference.rb
rugged-1.3.0 lib/rugged/reference.rb
rugged-1.2.0 lib/rugged/reference.rb
rugged-1.1.1 lib/rugged/reference.rb