Method: Sequel::SQL::JoinOnClause#on

Defined in:
lib/sequel/sql.rb

#onObject (readonly)

The conditions for the join


1585
1586
1587
# File 'lib/sequel/sql.rb', line 1585

def on
  @on
end