Pry v0.4.1 Release Notes

    • made it so a 'def meth;end' in an object Pry session defines singleton methods, not methods on the class (except in the case of immediates)
    • 📚 reorganized documentation, moving customization to a separate wiki file
    • storing wiki in a nested git repo, as github wiki pages have their own repo
    • ➕ added more tests for new method definition behaviour