Method: DateScope::Intervals.all

Defined in:
lib/datescope/intervals.rb

.allObject



28
29
30
# File 'lib/datescope/intervals.rb', line 28

def self.all
  {:start => Time.at(0), :end => Time.at(2**31-1), :type => "all"}
end