Dump ancestors' methods by ls command by pocke · Pull Request #234 · ruby/irb

ls command has been implemented by #203. Pry's ls displays ancestors' methods, but IRB doesn't. This pull request makes ls command display ancestors' methods. Example With the following definition:...