File: //usr/local/rvm/gems/default/doc/actionview-6.1.4.1/ri/ActionView/Helpers/TextHelper/concat-i.ri
U:RDoc::AnyMethod[iI"concat:ETI"+ActionView::Helpers::TextHelper#concat;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"IThe preferred method of outputting text in your views is to use the ;TI"H<%= "text" %> eRuby syntax. The regular _puts_ and _print_ methods ;TI"Odo not operate as expected in an eRuby code block. If you absolutely must ;TI"]output text within a non-output code block (i.e., <% %>), you can use the concat method.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"<%
;TI" concat "hello"
;TI"/ # is the equivalent of <%= "hello" %>
;TI"
;TI" if logged_in
;TI" concat "Logged in!"
;TI" else
;TI"3 concat link_to('login', action: :login)
;TI"
end
;TI"< # will either display "Logged in!" or a login link
;TI"%>;T:@format0:
@fileI"+lib/action_view/helpers/text_helper.rb;T:0@omit_headings_from_table_of_contents_below000[ I"
(string);T@FI"TextHelper;TcRDoc::NormalModule00