Skip to content

Commit

Permalink
Add in old STDERR alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Oct 6, 2009
1 parent dce7ab6 commit 596323b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/common/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def initialize
@internal[:$stderr] = STDERR
@internal[:$stdin] = STDIN
@internal[:$stdout] = STDOUT
@internal[:$deferr] = STDERR

@alias = LookupTable.new
@hooks = LookupTable.new
Expand Down

0 comments on commit 596323b

Please sign in to comment.