Sha256: 1f80d0233db38d39b6361d8a01840d3e1376303ba274e99a80b8424fb953a14e
Contents?: true
Size: 323 Bytes
Versions: 15
Compression:
Stored size: 323 Bytes
Contents
module Sequel class Dataset private # This is run inside .all, after all # of the records have been loaded # via .each, but before any block passed # to all is called. It is called with # a single argument, an array of all # returned records. def post_load(all_records) end end end
Version data entries
15 entries across 15 versions & 3 rubygems