mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
3 lines
101 B
Ruby
3 lines
101 B
Ruby
# frozen_string_literal: true
|
|
TestGem::TEST_PLUGIN_EXCEPTION = :loaded
|
|
raise ScriptError.new("boom")
|