Things I wish I knew earlier about Ruby
- Object is the root namespace
- You can call
whereami
from within a binding.pry statement to get back to the location you were originally at when the debugger kicked in.
Search
whereami
from within a binding.pry statement to get back to the location you were originally at when the debugger kicked in.