1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/sinatra-contrib/spec/config_file/key_value.yml.erb

7 lines
79 B
Text
Raw Normal View History

---
foo: <%= "bar" %>
something: <%= 42 %>
nested:
a: <%= 1 %>
b: <%= 2 %>