6 lines
84 B
Text
6 lines
84 B
Text
|
var x = 1;
|
||
|
<% @ruby_var.each do |v| %>
|
||
|
alert(v);
|
||
|
<% end %>
|
||
|
var y = 2;
|