From 41e8e5e6e5ad8060a1bfed3a113c517f3ff26ad5 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 3 Aug 2012 16:29:21 +0300 Subject: [PATCH] Fix indentation and typo Signed-off-by: Kyrylo Silin --- lib/pry/command.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pry/command.rb b/lib/pry/command.rb index 028a9b97..5540eb0f 100644 --- a/lib/pry/command.rb +++ b/lib/pry/command.rb @@ -77,6 +77,7 @@ class Pry def name super.to_s == "" ? "#" : super end + def inspect name end @@ -459,7 +460,7 @@ class Pry 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 # have, namely a --help switch, and then delegates actual processing to its