Sha256: ff135be652aa0f328fc155d6bdabaf6982d1df8059e57b9ff4035cfe7fc0fca4

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

# frozen_string_literal: true

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

class Client
  extend Sinclair::Configurable

  configurable_by MyServerConfig, with: %i[host port]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sinclair-1.3.4 spec/support/models/client.rb
sinclair-1.3.3 spec/support/models/client.rb