module IB def ib_outlet name, type = "id" # maybe call attr_accessor here? end def ib_action name end end