I know the command that works to do this, but I don't understand why. What is `...` doing in this context.
I know I can run:
heroku console
`gem list`
or
heroku console
`gem list`.split("\n")
to get a nice output, but I don't understand what these are doing. Why the ``?
