spec/fixtures/custom_view.rb in ib-0.1.2 vs spec/fixtures/custom_view.rb in ib-0.1.3

- old
+ new

@@ -4,8 +4,22 @@ ib_outlet :greenLabel, UIGreenLabel ib_outlet :redLabel, "UILabel" ib_outlet :untyped_label + outlet_accessor :yellowLabel + ib_action :someAction + + def anotherAction button + end + + def actionWithComment sender # test + end + + def actionWithBrackets(sender) + end + + def notAction with, toArgs + end end \ No newline at end of file