Sha256: a4cf11a7d6199a5cd25abeb6c0ae9efb362759d865664f78ff4654638dd3bb47

Contents?: true

Size: 244 Bytes

Versions: 3

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

module Blakey
  module Source
    class Base
      def read_file(file_path)
        raise 'To be implemented'
      end

      def repository_overview
        raise 'To be implemented'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blakey-0.4.0 lib/blakey/source/base.rb
blakey-0.3.0 lib/blakey/source/base.rb
blakey-0.1.0 lib/blakey/source/base.rb