Sha256: b5b00b5ad91e9c2b4b2af7b0f3c3815917400116550708745baa1f25aac78087

Contents?: true

Size: 123 Bytes

Versions: 12

Compression:

Stored size: 123 Bytes

Contents

# frozen_string_literal: true

module Stashify
  class Local
    def initialize(path)
      @path = path
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stashify-3.2.0 lib/stashify/local.rb
stashify-3.1.0 lib/stashify/local.rb
stashify-3.0.0 lib/stashify/local.rb
stashify-2.1.1 lib/stashify/local.rb
stashify-2.1.0 lib/stashify/local.rb
stashify-2.0.0 lib/stashify/local.rb
stashify-1.0.5 lib/stashify/local.rb
stashify-1.0.4 lib/stashify/local.rb
stashify-1.0.3 lib/stashify/local.rb
stashify-1.0.2 lib/stashify/local.rb
stashify-1.0.1 lib/stashify/local.rb
stashify-1.0 lib/stashify/local.rb