module RubyBreaker::Breakable
DEPRECATED: Use +Runtime.breakable()+ or +RubyBreaker.run()+ method
instead.
Public Class Methods
included(mod)
click to toggle source
# File lib/rubybreaker/runtime.rb, line 104 def self.included(mod) Runtime::BREAKABLES << mod << Runtime.eigen_class(mod) end