class FrozenRecord::Scope::CoverMatcher
Public Instance Methods
match?(other)
click to toggle source
# File lib/frozen_record/scope.rb, line 323 def match?(other) @value.cover?(other) end
ranged?()
click to toggle source
# File lib/frozen_record/scope.rb, line 319 def ranged? true end