[Rails] Re: String interpolation

2013-10-23 Thread Gustav Khimelaynen
Thanks you for reply! I already solved originaly problem with Interpolate features from I18n. среда, 23 октября 2013 г., 17:53:19 UTC+4 пользователь Ruby-Forum.com User написал: > > I'm not sure what the standard is, but I expect you'd handle the > conditional when entering the value into the ha

[Rails] Re: String interpolation

2013-10-23 Thread Joel Pearson
I'm not sure what the standard is, but I expect you'd handle the conditional when entering the value into the hash. hash = {} hash[:reward] = condition ? "Bark five times" : "Bark four times" "%{reward}" % hash -- Posted via http://www.ruby-forum.com/. -- You received this message because you