Sha256: 5e9cc6a1b1a62e4e046ba6e951146d372f3e38973da91de3e69a98f527125070

Contents?: true

Size: 157 Bytes

Versions: 5

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true
module Arel
  module AliasPredication
    def as other
      Nodes::As.new self, Nodes::SqlLiteral.new(other)
    end
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
spiral_form-0.1.1 vendor/bundle/gems/arel-9.0.0/lib/arel/alias_predication.rb
spiral_form-0.1.0 vendor/bundle/gems/arel-9.0.0/lib/arel/alias_predication.rb
nullifyable-0.1.0 vendor/bundle/gems/arel-9.0.0/lib/arel/alias_predication.rb
arel-9.0.0 lib/arel/alias_predication.rb
arel-8.0.0 lib/arel/alias_predication.rb