1
0
Fork 0
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:
Robert Gleeson 2014-01-20 09:20:28 +01:00
parent 92ec948029
commit dc2298d0d6
2 changed files with 1 additions and 2 deletions

View file

@ -188,3 +188,4 @@ require 'pry/pager'
require 'pry/terminal' require 'pry/terminal'
require 'pry/editor' require 'pry/editor'
require 'pry/rubygem' require 'pry/rubygem'
require "pry/indent"

View file

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
require "pry/indent"
## ##
# Pry is a powerful alternative to the standard IRB shell for Ruby. It # Pry is a powerful alternative to the standard IRB shell for Ruby. It
# features syntax highlighting, a flexible plugin architecture, runtime # features syntax highlighting, a flexible plugin architecture, runtime