1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Explicitly pull in Pry::Terminal

pry-remote-em directly require's this file, and it doesn't define
Pry::Terminal without this patch.
This commit is contained in:
☈king 2013-02-12 06:42:29 -06:00 committed by rkingpa@sharpsaw.org
parent a68d269e89
commit b7835941a7

View file

@ -1,3 +1,4 @@
require 'pry/terminal'
class Pry::Pager
# @param [String] text
# A piece of text to run through a pager.