What exactly is a Ruby binding?

If you're a Ruby developer, you might have encountered something like the following:
binding.pry
binding.irb
binding.break
If your code runs one of these expressions, the execution will halt, and a RE...