Y
Hacker News
new
|
ask
|
show
|
jobs
by
mackwic
4190 days ago
I don't think so, check what ActiveSupport brings to ruby (
http://guides.rubyonrails.org/active_support_core_extensions...
).
TLDR: with RoR, things like `[1,2,3].third` or `foo.present?` is highly encouraged.