1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/test/views/error.erubis
Dylan Egan 1b2ab3a269 ERubis support in to sinatra. With tests!
Signed-off-by: Simon Rozet <simon@rozet.name>
2009-10-18 01:04:54 +02:00

3 lines
131 B
Text

Hello <%= 'World' %>
<% raise 'Goodbye' unless defined?(french) && french %>
<% raise 'Au revoir' if defined?(french) && french %>