mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix missing require for tab completion within strings
Fixes pry/pry#1330 Signed-off-by: Justin Charette <charetjc@gmail.com>
This commit is contained in:
parent
f0cbec5071
commit
3156f10d55
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ end
|
||||||
require 'method_source'
|
require 'method_source'
|
||||||
require 'shellwords'
|
require 'shellwords'
|
||||||
require 'stringio'
|
require 'stringio'
|
||||||
|
require 'strscan'
|
||||||
require 'coderay'
|
require 'coderay'
|
||||||
require 'slop'
|
require 'slop'
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
Loading…
Reference in a new issue