method
pretty_print_instance_variables
ruby latest stable - Class:
PP::ObjectMixin
pretty_print_instance_variables()public
Returns a sorted array of instance variable names.
This method should return an array of names of instance variables as symbols or strings as: +[:@a, :@b]+.