Method: RR::DatabaseProxy#terminate!
- Defined in:
- lib/rubyrep/database_proxy.rb
#terminate! ⇒ Object
Terminates this proxy
46 47 48 49 |
# File 'lib/rubyrep/database_proxy.rb', line 46 def terminate! # AL: The only way I could find to kill the main thread from a sub thread Thread.main.raise SystemExit end |