Sha256: 98ed6a460d53b918e3daa3ef3f88d9abdcf6bff3a397cc693564a7c1e3096d41
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
require_relative 'in_memory_repository' module Inferno module Repositories # Repository that deals with persistence for the `IG` entity. class IGs < InMemoryRepository end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
inferno_core-0.6.1 | lib/inferno/repositories/igs.rb |
inferno_core-0.6.0 | lib/inferno/repositories/igs.rb |
inferno_core-0.5.4 | lib/inferno/repositories/igs.rb |