require "irb/output-method" for StdioOutputMethod

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-12-13 03:55:14 +00:00
parent 8270a49331
commit 5dad4ef825

View File

@ -11,6 +11,7 @@
# #
require "irb/workspace" require "irb/workspace"
require "irb/inspector" require "irb/inspector"
require "irb/output-method"
module IRB module IRB
# A class that wraps the current state of the irb session, including the # A class that wraps the current state of the irb session, including the