I have a hash:
hash = "email_address"=>"[email protected]"
I would like to get the value from this hash which is "[email protected]" using erubis. This doesn't work:
<%
pp hash.[email_address]
%>
"[email protected]" I would like to get the value from this hash which is "[email protected]" using erubis. This " /> "[email protected]" I would like to get the value from this hash which is "[email protected]" using erubis. This " /> "[email protected]" I would like to get the value from this hash which is "[email protected]" using erubis. This "/>
I have a hash:
hash = "email_address"=>"[email protected]"
I would like to get the value from this hash which is "[email protected]" using erubis. This doesn't work:
<%
pp hash.[email_address]
%>
Did you try this?
or