Object
Reopens the Range class from the core lib to include methods to converting to TimeRange.
Range
TimeRange
@since 0.0.1
Converts a Range of Times into a TimeRange.
@return [TimeRange]
# File lib/time_range/core_ext/range.rb, line 11 def to_time_range TimeRange.new(self.begin, self.end, exclude_end?) end