Ruby on Rails Binding.pry

binding.pry

# down           Move current frame down.
# up             Move current frame up.
# finish         Execute until current stack frame returns.
# frame          Move to specified frame #.
# step           Step execution into the next line or method.
# next           Execute the next line within the current stack frame.
# next [LINES]   Execute the next [LINES] lines.    
# continue       Continue program execution and end the pry session.
patrick204nqh