Skip to content

Instantly share code, notes, and snippets.

@func09
Created May 28, 2009 08:36
Show Gist options
  • Save func09/119185 to your computer and use it in GitHub Desktop.
Save func09/119185 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'yaml'
DEFINES = YAML.load <<-"EOS"
-
param1: aaa
param2: bbb
-
param1: AAA
param2: BBB
EOS
p DEFINES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment