Sha256: 2fd0891009aad4b753a5cf538c859dcc174bef4387e6fcc8f8b215c4a8ad1c57

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

module ConfigX
  class Config
    def initialize: (Hash[untyped, untyped]) -> void

    def to_h: -> Hash[untyped, untyped]

    def with_fallback: (Config) -> Config

    def each_pair: -> Enumerable[[untyped, untyped]]

    def []=: (untyped, untyped) -> untyped
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
configx-0.5.0 sig/config_x/config.rbs
configx-0.4.0 sig/config_x/config.rbs
configx-0.3.0 sig/config_x/config.rbs
configx-0.2.0 sig/config_x/config.rbs
configx-0.1.0 sig/config_x/config.rbs