Skip to content

Commit

Permalink
Remove hard return in Process::Status#exitstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Jan 4, 2015
1 parent 28d7af6 commit 9e6a904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/process.rb
Expand Up @@ -533,7 +533,7 @@ def initialize(pid=nil, status=nil, termsig=nil, stopsig=nil)
end

def exitstatus
return @status
@status
end

def to_i
Expand Down

0 comments on commit 9e6a904

Please sign in to comment.