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