Sha256: 07d24a41a3d33e3dfbeaca84fd3adda4e9b8063d80f3d73ce0c05f394597d35f
Contents?: true
Size: 199 Bytes
Versions: 46
Compression:
Stored size: 199 Bytes
Contents
require "yajl" module Configuration extend self def load_configuration_from_file(filename) file = File.new(filename, "r") Yajl::Parser.new(:symbolize_keys => true).parse(file) end end
Version data entries
46 entries across 46 versions & 1 rubygems