Skip to content

Instantly share code, notes, and snippets.

@sstelfox
Created May 21, 2014 19:25
Show Gist options
  • Save sstelfox/cc525d6f7c6f7d38a740 to your computer and use it in GitHub Desktop.
Save sstelfox/cc525d6f7c6f7d38a740 to your computer and use it in GitHub Desktop.
Using a DOCSTRING within a call time argument to a method.
def test(one, str, two)
puts str
end
test(3, <<EOM, 6)
This is a multiline string in some madness version fo the format
EOM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment