Sha256: f58ac53aa0b438e4e6384ea690c249799e43dda50b3c4624d1c86114c56f7d0e
Contents?: true
Size: 153 Bytes
Versions: 2
Compression:
Stored size: 153 Bytes
Contents
# frozen_string_literal: true class MyConfigurable extend Sinclair::Configurable # port is defaulted to 80 configurable_with :host, port: 80 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sinclair-1.3.3 | spec/support/models/my_configurable.rb |
sinclair-1.3.2 | spec/support/models/my_configurable.rb |