pry--pry/spec/fixtures/show_source_doc_examples.rb

16 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