lib/motion_bindable/bindable.rb in motion_bindable-0.1.1 vs lib/motion_bindable/bindable.rb in motion_bindable-0.2.0

- old
+ new

@@ -32,14 +32,9 @@ def unbind_all @bindings.each { |b| b.unbind } @bindings = [] end - def refresh - @bindings.each { |b| b.refresh } - self - end - def strategy_for(reference) Strategy.find_by_reference(reference) end end