Method: Arel::SelectManager#comment

Defined in:
activerecord/lib/arel/select_manager.rb

#comment(*values) ⇒ Object



252
253
254
255
# File 'activerecord/lib/arel/select_manager.rb', line 252

def comment(*values)
  @ctx.comment = Nodes::Comment.new(values)
  self
end