config/e.rb in configuration-0.0.5 vs config/e.rb in configuration-1.1.0

- old
+ new

@@ -5,9 +5,9 @@ bar 'forty-two' end respond_to = Method('bar') - if respond_to.call('bar') + if respond_to.call() foobar 42.0 end }