5 lines
79 B
Ruby
5 lines
79 B
Ruby
When /^I start uhwm$/ do
|
|
@process = run 'uhwm'
|
|
@interactive = @process
|
|
end
|