Sha256: cd3f5b98d599fc7e8fa2e21a90829d8b730f47f609e7ad942691d40702d76cf3
Contents?: true
Size: 180 Bytes
Versions: 13
Compression:
Stored size: 180 Bytes
Contents
class Simple::SQL::Connection::Scope def all(into: :struct) connection.all(self, into: into) end def first(into: :struct) connection.ask(self, into: into) end end
Version data entries
13 entries across 13 versions & 1 rubygems