Sha256: 0e59cd39607698ee7dd9478e05b0d3cd7044b94794706bcb11084a8334616fbe

Contents?: true

Size: 291 Bytes

Versions: 5

Compression:

Stored size: 291 Bytes

Contents

# frozen_string_literal: true

module Schmersion
  class Host

    def initialize(url)
      @url = url
    end

    def url_for_commit(commit_ref)
    end

    def url_for_comparison(ref1, ref2)
    end

    class << self

      def suitable?(_)
        false
      end

    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
schmersion-1.1.3 lib/schmersion/host.rb
schmersion-1.1.2 lib/schmersion/host.rb
schmersion-1.1.0 lib/schmersion/host.rb
schmersion-1.0.1 lib/schmersion/host.rb
schmersion-1.0.0 lib/schmersion/host.rb