Wrap the receiver in an HStoreOp so you can easily use the PostgreSQL hstore functions and operators with it.
376 377 378
# File 'lib/sequel/extensions/pg_hstore_ops.rb', line 376 def op HStoreOp.new(self) end