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