Bugs: Browse | Submit New | Admin
Example: def a_method # ... # some code here # ... a_multi_line_string = <<SQL SELECT xxxx FROM xxx WHERE xxx GROUP BY xxx ORDER BY xxx SQL # <-- here is the point end The end delimiter 'SQL' should not be indented.
Add A Comment: