Guest User

Untitled

a guest
Jun 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <%= h @stories.inspect %>
  2.  
  3. <%= #h @stories.inspect %>
  4.  
  5. <% @stories.each do |s| %>
  6. <%= h s.inspect %>
  7. <% end %>
  8.  
  9. <% #h @stories.inspect %>
  10.  
  11. output << @stories.inspect
  12.  
  13. output <<
  14.  
  15. <% #h @stories.inspect %>
  16.  
  17. <%= #h @stories.inspect %>
  18.  
  19. <%= (I expect something that I can convert to string) %>
Add Comment
Please, Sign In to add comment