Is there a way to do a search in all initialised constants, available methods, class names etc in a Padrino
console session? Or any irb
/pry
based repl sessions?
For instance, I see a method in a generated pages by the name: project_modules, wish to inspect it further in the console. Hoping to find some global holder of all constants/methods in every nested levels, thats specific to or an instance of Padrino (or a selected master class).