Hello,

In HAML, is it possible to get this result:

- link_to "http://www.example.com"; do
 - "www"
 - "example"
 - "com"

 => "wwwexamplecom"

So far I've only managed to get:

 => "com"

Which is logical because of the way Ruby blocks work. But, it defeats the
HAML purpose of concatenating the things you put underneath each other.

CmdJohnson

-- 
http://rubyonrailsdeveloper.nl

-- 
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.

Reply via email to