pry 0.9.0pre1 → 0.9.0pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -136,12 +136,7 @@ class Pry
136
136
 
137
137
  # editor is invoked here
138
138
  else
139
- if rbx_core?(meth)
140
- file, line = rbx_core_path_line_for(meth)
141
- else
142
- file, line = meth.source_location
143
- end
144
-
139
+ file, line = path_line_for(meth)
145
140
  set_file_and_dir_locals(file)
146
141
 
147
142
  if Pry.editor.respond_to?(:call)
data/lib/pry/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.9.0pre1"
2
+ VERSION = "0.9.0pre2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pry
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 5
5
- version: 0.9.0pre1
5
+ version: 0.9.0pre2
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Mair (banisterfiend)