# File lib/rye/rap.rb, line 33 33: def initialize(obj, *args) 34: @obj = obj 35: @exit_status = -1 36: @stderr = [] 37: super *args 38: end