Skip to content

Instantly share code, notes, and snippets.

@EragonJ
Created January 28, 2010 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EragonJ/288819 to your computer and use it in GitHub Desktop.
Save EragonJ/288819 to your computer and use it in GitHub Desktop.
document = <<THERE # 下面的end tag: THERE 前面不能有空白
This is a string literal.
It has two lines and abruptly ends...
THERE
document = <<-HERE # 下面的close tag: HERE 前面"可以"有空白
This is a string literal.
It has two lines and abruptly ends...
HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment