Sha256: b3aba55aaa25e0562a6e8d3b87badee7df8821b0fd8a44dc34f60ada375c9a4f

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

module VaultTree
  class NullVault

    def properties
      {}
    end

    def id
      nil
    end

    def close
      self
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vault-tree-0.8.0 lib/vault-tree/contract/null_vault.rb
vault-tree-0.6.0 lib/vault-tree/contract/null_vault.rb
vault-tree-0.3.4 lib/vault-tree/contract/null_vault.rb
vault-tree-0.3.3 lib/vault-tree/contract/null_vault.rb
vault-tree-0.1.0 lib/vault-tree/contract/null_vault.rb