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:
parent
a68d269e89
commit
b7835941a7
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'pry/terminal'
|
||||
class Pry::Pager
|
||||
# @param [String] text
|
||||
# A piece of text to run through a pager.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue