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:
parent
892ade1c0f
commit
41e8e5e6e5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue