Module: Debugger::RubyCoreSource

Defined in:
ext/is_a/extconf.rb

Defined Under Namespace

Classes: NoSourceException

Class Method Summary collapse

Class Method Details

.no_source_abort(*args) ⇒ Object

instead of aborting - throw an error

Raises:



34
35
36
# File 'ext/is_a/extconf.rb', line 34

def self.no_source_abort *args
  raise NoSourceException
end