Method: Sequel::SQL::ComplexExpression#op

Defined in:
lib/sequel/sql.rb

#opObject (readonly)

The operator symbol for this object

[View source]

209
210
211
# File 'lib/sequel/sql.rb', line 209

def op
  @op
end