Sha256: 038eddc0a11ac9f79a6ee520f7b20cc43302b636f644228d84675006d28b9bae
Contents?: true
Size: 288 Bytes
Versions: 12
Compression:
Stored size: 288 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 def print(*args, io: STDOUT, width: :auto) connection.print(self, *args, io: io, width: width) end end
Version data entries
12 entries across 12 versions & 1 rubygems