module YearArray::TimeHelpers::InstanceMethods
Public Instance Methods
same_year?(other)
click to toggle source
# File lib/year_array/time_helpers.rb, line 30 def same_year?(other) self.year==other.year end
# File lib/year_array/time_helpers.rb, line 30 def same_year?(other) self.year==other.year end