Skip to content

Instantly share code, notes, and snippets.

@brainopia
Created February 20, 2012 23:43
Show Gist options
  • Save brainopia/1872337 to your computer and use it in GitHub Desktop.
Save brainopia/1872337 to your computer and use it in GitHub Desktop.
# heredocs are quite flexible
without_initial_indentation = <<-END.gsub(/^ {4}/, '')
foo
bar
foo
bar
END
# another example
foobar_method title, <<DESC, options
NUNATH­LOOGAGA­MIUT­BINGOI
DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment