Method: Sequel::Postgres::MockAdapterDatabaseMethods#bound_variable_arg

Defined in:
lib/sequel/adapters/shared/postgres.rb

#bound_variable_arg(arg, conn) ⇒ Object



82
83
84
# File 'lib/sequel/adapters/shared/postgres.rb', line 82

def bound_variable_arg(arg, conn)
  arg
end