Module: RubyBreaker::Breakable

Defined in:
lib/rubybreaker/runtime.rb

Overview

DEPRECATED: Use Runtime.breakable() or RubyBreaker.run() method

instead.

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



104
105
106
# File 'lib/rubybreaker/runtime.rb', line 104

def self.included(mod)
  Runtime::BREAKABLES << mod << Runtime.eigen_class(mod)
end