lib/key_vortex/constraint/base.rb in key-vortex-0.1.4 vs lib/key_vortex/constraint/base.rb in key-vortex-0.2.0
- old
+ new
@@ -10,10 +10,10 @@
def within?(constraint)
constraint.instance_of?(self.class)
end
def to_s
- "#{attribute}: #{value}"
+ "#{attribute}: #{limit}"
end
end
end
end