lib/characterizable.rb in characterizable-0.0.13 vs lib/characterizable.rb in characterizable-0.0.14
- old
+ new
@@ -97,10 +97,10 @@
end
def lacking_keys
@lacking_keys ||= Array.new
end
def effective
- target.characterizable_base.characteristics.select { |_, c| c.effective?(self) }
+ target.characterizable_base.characteristics.select { |_, c| c.known?(self) }
end
def potential
target.characterizable_base.characteristics.select { |_, c| c.potential?(self) }
end
def wasted