pry 0.9.11-i386-mswin32 → 0.9.11.1-i386-mswin32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -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-mswin32
7
7
  authors: