class Limit

Constants

S_LIMIT

Public Instance Methods

to_sql(sql) click to toggle source
# File lib/eno/expressions.rb, line 485
def to_sql(sql)
  S_LIMIT % @members[0]
end