Hi!
I'm confronted with some problems in strings.
If I create string like this one:

> junk = "You junked %{item}"
>
Then I can put text into it like this:

> junk % { :item => 'some item' }
>
But if I get this string:

> junk = "You junked %{item} and you can choose %{reward($condition=Bark 
> five times)}"

I can't just access to :reward symbol until I doesn't know the 
($condition=Bark five times).
How can I handle with that?

Please forgive me for such a dumb question and weird english.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/0ecc345b-2b05-4650-948c-2c1bbb6006f5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to