class Arel::Visitors::ToSql
Private Instance Methods
literal(obj)
click to toggle source
# File lib/duty_free.rb, line 304 def literal(obj) obj end
Also aliased as: visit_Integer
# File lib/duty_free.rb, line 304 def literal(obj) obj end