mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Load io/console earlier
Something goes wrong at loading libraries inside `mu_pp` in the test overriding `Class.inherited`.
This commit is contained in:
parent
d20a120b03
commit
d400c44a55
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module Test
|
|||
module CoreAssertions
|
||||
require_relative 'envutil'
|
||||
require 'pp'
|
||||
require 'io/console'
|
||||
|
||||
def mu_pp(obj) #:nodoc:
|
||||
obj.pretty_inspect.chomp
|
||||
|
|
Loading…
Add table
Reference in a new issue