pry 0.9.11-i386-mingw32 → 0.9.11.1-i386-mingw32

Sign up to get free protection for your applications and to get access to all the features.
@@ -110,7 +110,7 @@ class Pry
110
110
 
111
111
  # Name of the object argument
112
112
  def obj_name
113
- @obj_name ||= args.empty? ? no_arg : args.join(" ")
113
+ @obj_name ||= args.empty? ? "" : args.join(" ")
114
114
  end
115
115
 
116
116
  private
data/lib/pry/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.9.11"
2
+ VERSION = "0.9.11.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.11
4
+ version: 0.9.11.1
5
5
  prerelease:
6
6
  platform: i386-mingw32
7
7
  authors: