hey
I am able to do:
block_func(x, y) do
....
end
But if I try to do this:
form.block_func(x, y) do
....
end
I get an error like this:
syntax error, unexpected ')'
@output_buffer.concat " "; @output_buffer.concat
(( form.block_func(x, y) do ).to_s);
@output_buffer.concat "\n"
Any ideas?
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---