Sha256: 0935da013b540ddb5009bedeacc04c88a90a4c765cc7ce97fc113a341b7b5d4c

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

# frozen_string_literal: true

require "stashify/file"

module Stashify
  class File
    class Local < Stashify::File
      def contents
        ::File.read(path)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stashify-2.1.1 lib/stashify/file/local.rb
stashify-2.1.0 lib/stashify/file/local.rb
stashify-2.0.0 lib/stashify/file/local.rb