lib/strategies/strategies.rb in motion_bindable-0.0.3 vs lib/strategies/strategies.rb in motion_bindable-0.0.4
- old
+ new
@@ -3,8 +3,12 @@
def self.apply
::MotionBindable::Strategy.register_strategy(
MotionBindable::Strategies::UITextField,
::UITextField
)
+ ::MotionBindable::Strategy.register_strategy(
+ MotionBindable::Strategies::Proc,
+ ::Proc
+ )
end
end