github.com/nycdavid/zeus@v0.0.0-20201208104106-9ba439429e03/rubygem/spec/assets/raise.rb (about) 1 def raise_it(e) 2 raise e.new('Raising!') 3 end