Method: SQL#initialize

Defined in:
lib/eno.rb

#initialize(ctx) ⇒ SQL

Returns a new instance of SQL.



402
403
404
# File 'lib/eno.rb', line 402

def initialize(ctx)
  @ctx = ctx
end