aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/true.rb
blob: 63dd5562e1a155ca11a3e314a29bf61094a86916 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class True < Arel::Nodes::Node
    end
  end
end