Pry cheatsheetEdit
binding.pry
: drop into a Pry console (similar to setting a breakpoint withbyebug
ordebugger
);
(at end of line): suppresses#inspect
dump of result
binding.pry
: drop into a Pry console (similar to setting a breakpoint with byebug
or debugger
);
(at end of line): suppresses #inspect
dump of result