私はルビーの初心者です。だから私は実験していて、最後の配列レコードを少し違うものに印刷することをやめました!コードは次のとおりです。
<h1>Wellcome to the Frige</h1>
<p> These are current inventory items: </p><br />
<% @frige.each do |items| %>
<%
if items == items.last
%>
And <%= items %> <br />
<%
else
%>
<%= items %> <br />
<%
end
%>
<% end %>
<br />
<br />
<hr />
<%= link_to "Go tu the Shop", pages_frige_path %>
これが結果です:
フリゲへようこそ
これらは現在の在庫アイテムです:
トマトジャガイモ肉切り身
Doties uz Veikalu
ヘルプのためのTnx!:)