Sha256: 431be4e984b42e8a0aa70aef30cecfcdc6da2eac6a0fb3ab905eff159b7f67cd
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
module QED class Config def initialize @local = ['qed', 'demos', 'test/demos'] if file = File.glob('{.,}config/qed.{yml,yaml}') YAML.load(File.new(file)).each do |k,v| __send__("#{k}=", v) end end end attr_accessor :local # How ot identify a header? #attr_accessor :header # How ot identify a footer? #attr_accessor :footer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qed-1.3 | lib/qed/config.rb |