Sha256: 1ed17417bff2b4175010b4593109727d4eefc7656f5327d4cccfb19bbbc07ebe

Contents?: true

Size: 122 Bytes

Versions: 2

Compression:

Stored size: 122 Bytes

Contents

# frozen_string_literal: true

class MyConfigurable
  extend Sinclair::Configurable

  configurable_with :host, :port
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sinclair-1.3.1 spec/support/models/my_configurable.rb
sinclair-1.3.0 spec/support/models/my_configurable.rb