mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Remove OptionParser library
Why is it even there?! Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
parent
28ea23c2bd
commit
7ecb425fba
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ require 'method_source'
|
|||
require 'shellwords'
|
||||
require 'stringio'
|
||||
require 'coderay'
|
||||
require 'optparse'
|
||||
require 'slop'
|
||||
require 'rbconfig'
|
||||
require 'tempfile'
|
||||
|
|
Loading…
Reference in a new issue