mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
oops, forgot to add spec/fixtures/whereami_helper.rb
This commit is contained in:
parent
f80076bade
commit
e1c1720226
1 changed files with 6 additions and 0 deletions
6
spec/fixtures/whereami_helper.rb
vendored
Normal file
6
spec/fixtures/whereami_helper.rb
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
class Cor
|
||||||
|
def a; end
|
||||||
|
def b; end
|
||||||
|
def c; end
|
||||||
|
def d; end
|
||||||
|
end
|
Loading…
Reference in a new issue