lib/ib/outlets.rb in ib-0.1.1 vs lib/ib/outlets.rb in ib-0.1.2
- old
+ new
@@ -1,7 +1,7 @@
module IB
- def ib_outlet name, type
+ def ib_outlet name, type = "id"
# maybe call attr_accessor here?
end
def ib_action name
end
- old
+ new