Skip to content

Instantly share code, notes, and snippets.

@diegodurs
Created November 21, 2013 17:01
Show Gist options
  • Save diegodurs/7585506 to your computer and use it in GitHub Desktop.
Save diegodurs/7585506 to your computer and use it in GitHub Desktop.
Ruby string sugar
%w(1 2 3) => [1,2,3]
%Q{ my super long
string on several lines
}
<<-SQL
/* lets write some SQL */
select users.* from users;
SQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment