Module: Debugger::RubyCoreSource
- Defined in:
- ext/is_a/extconf.rb
Defined Under Namespace
Classes: NoSourceException
Class Method Summary collapse
-
.no_source_abort(*args) ⇒ Object
instead of aborting - throw an error.
Class Method Details
.no_source_abort(*args) ⇒ Object
instead of aborting - throw an error
34 35 36 |
# File 'ext/is_a/extconf.rb', line 34 def self.no_source_abort *args raise NoSourceException end |