Trying to remember a method name or just discover what you can call on an object? Ruby has you covered! Check out examples below
List all methods
List all direct methods except Object class methods
List all direct methods ( not comming from a parent class )
List all instance methods
List all direct instance methods
List all methods and then grep on them
comments powered by