Skip to content

Instantly share code, notes, and snippets.

@drio
Created April 22, 2010 15:41
Show Gist options
  • Save drio/375388 to your computer and use it in GitHub Desktop.
Save drio/375388 to your computer and use it in GitHub Desktop.
ruby hereby
Indenting Here Documents
var = <<'EOF'.gsub(/^\s+/, '')
your text
goes here
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment