1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec/fixtures/show_source_doc_examples.rb
2013-03-10 00:19:10 +01:00

16 lines
239 B
Ruby

# used by test_show_source.rb and test_documentation.rb
class TestClassForShowSource
#doc
def alpha
end
end
class TestClassForShowSourceClassEval
def alpha
end
end
class TestClassForShowSourceInstanceEval
def alpha
end
end