mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
move require of 'pry/indent' to pry.rb
This commit is contained in:
parent
92ec948029
commit
dc2298d0d6
2 changed files with 1 additions and 2 deletions
|
@ -188,3 +188,4 @@ require 'pry/pager'
|
|||
require 'pry/terminal'
|
||||
require 'pry/editor'
|
||||
require 'pry/rubygem'
|
||||
require "pry/indent"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
require "pry/indent"
|
||||
|
||||
##
|
||||
# Pry is a powerful alternative to the standard IRB shell for Ruby. It
|
||||
# features syntax highlighting, a flexible plugin architecture, runtime
|
||||
|
|
Loading…
Reference in a new issue