this_year?
index > dev > language > ruby
module DateAndTime module Calculations def this_year? year == ::Date.current.year end end end