1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Haml] Don't use the non-standard String#ord in template_test.

This commit is contained in:
Nathan Weizenbaum 2009-11-04 17:50:16 -08:00
parent 18db0f6338
commit ff56d46d54

View file

@ -203,7 +203,7 @@ HTML
- with_output_buffer do
bar
= "foo".gsub(/./) do |s|
- s.ord
- "flup"
baz
HAML
end