ERb使ってたらハマりまくったんだけど、
なんで以下の構文がエラーになるんだ?

<%
foo = "bar"
"#{foo}"
%>

undefined local variable or method `foo' for #<Object:0x4027bce0>