# File lib/arel.rb, line 33
  def self.sql raw_sql
    Arel::Nodes::SqlLiteral.new raw_sql
  end