Method: Fidget.current_process
- Defined in:
- lib/fidget.rb
.current_process(*options) ⇒ Object
23 24 25 26 27 28 |
# File 'lib/fidget.rb', line 23 def self.current_process(*) simulator() .delete :simulate Fidget::Platform.current_process() end |