mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
31a9578228
* removed most historicla junk from lib/pry/test/helper.rb * relocated recalcitrant junk to the local spec/helper.rb (this isn't exposed to 3rd parties)
15 lines
232 B
Ruby
15 lines
232 B
Ruby
# used by test_show_source.rb and test_documentation.rb
|
|
class TestClassForShowSource
|
|
def alpha
|
|
end
|
|
end
|
|
|
|
class TestClassForShowSourceClassEval
|
|
def alpha
|
|
end
|
|
end
|
|
|
|
class TestClassForShowSourceInstanceEval
|
|
def alpha
|
|
end
|
|
end
|