class

Range

v3.0.0 - Show latest stable - Superclass: Object

No documentation available for this class.

Constants

RANGE_FORMATS = { :db => Proc.new { |start, stop| "BETWEEN '#{start.to_s(:db)}' AND '#{stop.to_s(:db)}'" }

Files

  • activesupport/lib/active_support/core_ext/enumerable.rb
  • activesupport/lib/active_support/core_ext/range/blockless_step.rb
  • activesupport/lib/active_support/core_ext/range/conversions.rb
  • activesupport/lib/active_support/core_ext/range/include_range.rb
  • activesupport/lib/active_support/core_ext/range/overlaps.rb