class FrozenRecord::Scope::IncludeMatcher

Public Instance Methods

match?(other) click to toggle source
# File lib/frozen_record/scope.rb, line 313
def match?(other)
  @value.include?(other)
end
ranged?() click to toggle source
# File lib/frozen_record/scope.rb, line 309
def ranged?
  true
end