7 lines
66 B
Ruby
7 lines
66 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class RaiseChild
|
||
|
end
|
||
|
|
||
|
raise "Ohno"
|