Y
Hacker News
new
|
ask
|
show
|
jobs
by
Niksko
3593 days ago
No, don't think so. I think this is a native syntax construct in Ruby.
1 comments
teej
3593 days ago
1.day is not a native Ruby concept, it is a method monkeypatched into the Numeric class by Rails' ActiveSupport. See
http://api.rubyonrails.org/classes/Numeric.html#method-i-day
and
https://ruby-doc.org/core-2.2.0/Numeric.html
.
link
twblalock
3593 days ago
I can see how people think it is native Ruby. Very few people use Ruby without Rails.
link