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

Version Path
simple-sql-0.5.25 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.24 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.23 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.22 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.21 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.20 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.19 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.18 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.17 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.16 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.15 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.14 lib/simple/sql/connection/scope/shorthand.rb
simple-sql-0.5.13 lib/simple/sql/connection/scope/shorthand.rb