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(*options)
  simulator(options)
  options.delete :simulate

  Fidget::Platform.current_process(options)
end