Sha256: b0f0546e35368c99ed2d2efd35ba03d5991fb8337ccfdca6fae00bc4b3c09fd1
Contents?: true
Size: 154 Bytes
Versions: 35
Compression:
Stored size: 154 Bytes
Contents
# frozen_string_literal: true module MyConfigurable extend Sinclair::Configurable # port is defaulted to 80 configurable_with :host, port: 80 end
Version data entries
35 entries across 35 versions & 1 rubygems