Erb removes end of line wrap-%> usage

Source: Internet
Author: User

http://stackoverflow.com/questions/998979/difference-between-and-in-rails/25617607#25617607

In Ruby 2.1 (not necessarily with Rails), the - removes one trailing newline:

    • The newline must is the first char after the>
    • No spaces is removed
    • Only a single newline is removed
    • must pass the option to use ‘-‘ it

Examples:

Require' Erb 'ERB.New("<%= ' a '%>\nb").Result== "A\NB" OrRaiseBeginERB.New("<%= ' a '-%>\nb").Result; Rescue SyntaxError ; ElseRaise; EndERB.New("<%= ' a '%>\nb" , Nil, ‘-‘).Result== "A\NB" OrRaiseerb.New("<%= ' a '-%>\nb" , Nil, ‘-‘).Result== ' AB ' OrRaiseerb.New("<%= ' a '-%> \nb" , Nil, ‘-‘).Result== "A \nb" OrRaiseerb.New( "<%= ' a '-%>\n B"  ,nil,  '-' ). ==  ' a B '  or Raiseerb. ( "<%= ' a '-%>\n\nb" , nil,  '-' ). ==  "A\NB"  or< Span class= "PLN" > raise              

Erb removes the end of line wrapping-%> use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.