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

Fix indentation and typo

Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
Kyrylo Silin 2012-08-03 16:29:21 +03:00
parent 892ade1c0f
commit 41e8e5e6e5

View file

@ -77,6 +77,7 @@ class Pry
def name def name
super.to_s == "" ? "#<class(Pry::Command #{match.inspect})>" : super super.to_s == "" ? "#<class(Pry::Command #{match.inspect})>" : super
end end
def inspect def inspect
name name
end end
@ -459,7 +460,7 @@ class Pry
end end
end end
# A super-class ofr Commands with structure. # A super-class of Commands with structure.
# #
# This class implements the bare-minimum functionality that a command should # This class implements the bare-minimum functionality that a command should
# have, namely a --help switch, and then delegates actual processing to its # have, namely a --help switch, and then delegates actual processing to its