mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
4 lines
131 B
Text
4 lines
131 B
Text
|
Hello <%= 'World' %>
|
||
|
<% raise 'Goodbye' unless defined?(french) && french %>
|
||
|
<% raise 'Au revoir' if defined?(french) && french %>
|