lib/bmg/relation/in_memory.rb in bmg-0.18.2 vs lib/bmg/relation/in_memory.rb in bmg-0.18.3

- old
+ new

@@ -6,10 +6,9 @@ def initialize(type, operand) @operand = operand @type = type end attr_accessor :type - protected :type= attr_reader :operand public def each(&bl)