Sha256: b612732b10ef45b9817f58933cf61f6e0fac89c643d241c1c399e4fb73910d70
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
module Penchant class Env attr_accessor :name def initialize(name) @name = name.to_s end def ==(other) @name == other.name end def to_s "@#{name}" end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
penchant-0.2.29 | lib/penchant/env.rb |
penchant-0.2.28 | lib/penchant/env.rb |
penchant-0.2.27 | lib/penchant/env.rb |
penchant-0.2.26 | lib/penchant/env.rb |