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