Sha256: 6357ace03106e49026926057dc8b18b20e0b7e1e9bdf2df5f213fbd470fdf741
Contents?: true
Size: 514 Bytes
Versions: 2
Compression:
Stored size: 514 Bytes
Contents
# # Jeckyl test file # # should be a writable directory log_dir "./test/reports" #should be a valid symbol log_level :debug # should be an integer log_rotation 6 # can be a float or any numeric threshold 5.6 threshold 10 # must be a float pi 3.14592 # array of anything collection ["names", 1, true ] # array of integers sieve [2, 5, 7, 10, 15] # hash of anything my_opts = {:peter=>37, :paul=>40, :birds=>true} option_set my_opts # string formatted as email address email "robert@osburn-associates.ath.cx"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jeckyl-0.4.0 | test/conf.d/merger.rb |
jeckyl-0.3.7 | test/conf.d/merger.rb |