module Terrestrial::SequelDatasetComparisonLiteralAppendPatch

Public Instance Methods

===(other) click to toggle source
Calls superclass method
# File lib/terrestrial/adapters/sequel_postgres_adapter.rb, line 18
def ===(other)
  other.is_a?(Adapters::SequelPostgresAdapter::Dataset) or
    super
end