1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Small code improvement.

This commit is contained in:
Gustavo Villa 2015-12-19 02:06:51 -03:00
parent f0bbb268d6
commit 3410b8006d
3 changed files with 3 additions and 3 deletions

View file

@ -353,7 +353,7 @@ Many other commands are available in Pry; to see the full list type
with basic instructions for use; some commands have a more extensive
help that can be accessed via typing `command_name --help`. A command
will typically say in its description if the `--help` option is
avaiable.
available.
### Use Pry as your Rails Console

View file

@ -17,7 +17,7 @@ class Pry
%w(.c .h) => :c,
%w(.rhtml) => :rhtml,
%w(.yaml .yml) => :yaml,
%w(.cpp .hpp .cc .h cxx) => :cpp,
%w(.cpp .hpp .cc .h .cxx) => :cpp,
%w(.rb .ru .irbrc .gemspec .pryrc .rake) => :ruby,
}

View file

@ -16,7 +16,7 @@
# This will show a list of available commands and their usage. For more
# information about Pry you can refer to the following resources:
#
# * http://pry.github.com/
# * http://pryrepl.org/
# * https://github.com/pry/pry
# * the IRC channel, which is #pry on the Freenode network
#