Method: Console::Event::Spawn#initialize
- Defined in:
- lib/console/event/spawn.rb
#initialize(environment, arguments, options) ⇒ Spawn
Create a new spawn event.
40 41 42 43 44 45 46 47 48 49 |
# File 'lib/console/event/spawn.rb', line 40 def initialize(environment, arguments, ) @environment = environment @arguments = arguments = @start_time = Clock.now @end_time = nil @status = nil end |