1
0
Fork 0
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:
John Mair 2013-02-03 11:03:27 +01:00
parent f80076bade
commit e1c1720226

6
spec/fixtures/whereami_helper.rb vendored Normal file
View file

@ -0,0 +1,6 @@
class Cor
def a; end
def b; end
def c; end
def d; end
end