Skip to content

Commit

Permalink
Merge pull request #372 from e2/e2-fix_ruby_warning_about_variable
Browse files Browse the repository at this point in the history
Initialize variable to avoid warning
  • Loading branch information
maxmeyer committed Apr 6, 2016
2 parents 20d0d57 + 43bd500 commit baacb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aruba/processes/basic_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def initialize(cmd, exit_timeout, io_wait_timeout, working_directory, environmen
@io_wait_timeout = io_wait_timeout

@started = false
@timed_out = false
end

# Return command line
Expand Down

0 comments on commit baacb37

Please sign in to comment.