pry-hier 0.1.0
Given an class or module name hier command shows an ascii tree (similar to the tree shell command) of the descendants of the given class. at pry prompt: [0](main) λ hier Numeric Numeric ├── Complex ├── Rational ├── Float └── Integer
Given an class or module name hier command shows an ascii tree (similar to the tree shell command) of the descendants of the given class. at pry prompt: [0](main) λ hier Numeric Numeric ├── Complex ├── Rational ├── Float └── Integer