HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/ruby-2.7.4/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::BlankLineo: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