lib/compel/builder/common_value.rb in compel-0.3.2 vs lib/compel/builder/common_value.rb in compel-0.3.4

- old
+ new

@@ -1,14 +1,9 @@ module Compel module Builder module CommonValue - def is(value) - options[:is] = value - self - end - def in(value) options[:in] = value self end