Sha256: 5d7a7f377e55b635f039140d8bd1fa614e59051830c8e9c1a12241c00ec4b852

Contents?: true

Size: 163 Bytes

Versions: 4

Compression:

Stored size: 163 Bytes

Contents

module Rfix
  class Branch::Head < Branch::Base
    def resolve(with:)
      with.lookup(with.head.target_id)
    end

    def to_s
      "HEAD"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rfix-1.1.0.pre.150 lib/rfix/branches/head.rb
rfix-1.1.1.pre lib/rfix/branches/head.rb
rfix-1.1.0.pre.149 lib/rfix/branches/head.rb
rfix-1.1.0.pre.147 lib/rfix/branches/head.rb