Sha256: 58203c0bb850524e9a05c72c3b9bfae5ff67b688b912407c2ce525f2d11242fb

Contents?: true

Size: 164 Bytes

Versions: 34

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

require './spec/support/models/my_server_config'

class Client
  extend Sinclair::Configurable

  configurable_by MyServerConfig
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
sinclair-1.6.7 spec/support/models/client.rb
sinclair-1.6.6 spec/support/models/client.rb
sinclair-1.6.5 spec/support/models/client.rb
sinclair-1.6.4 spec/support/models/client.rb
sinclair-1.6.3 spec/support/models/client.rb
sinclair-1.6.2 spec/support/models/client.rb
sinclair-1.6.1 spec/support/models/client.rb
sinclair-1.6.0 spec/support/models/client.rb
sinclair-1.5.2 spec/support/models/client.rb
sinclair-1.5.1 spec/support/models/client.rb
sinclair-1.5.0 spec/support/models/client.rb
sinclair-1.4.2 spec/support/models/client.rb
sinclair-1.4.1 spec/support/models/client.rb
sinclair-1.4.0 spec/support/models/client.rb