Sha256: bb5c6eef87d2d2df13971a02adbe65c678019c59879b01825f90be08ad0f30e3
Contents?: true
Size: 124 Bytes
Versions: 1
Compression:
Stored size: 124 Bytes
Contents
module Rehearsal class Configuration attr_accessor :env def initialize @env ||= :staging end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rehearsal-1.0.0 | lib/rehearsal/configuration.rb |