d51139751e
b1acebaaf0
2d021c641a
1b1fc880bf
6de1f350ce
45646ec54c
4e3c9a0130
6647a1e08e
1
2
3 4
5
6 7 8
9
10 11
12
13
14
module Arel class Value attributes :value, :relation deriving :initialize, :== def bind(relation) Value.new(value, relation) end def to_ordering self end end end