In Ruby what is the difference between those two (in code):
Class.method
Class#method
It's a naming convention.
#method
.method
See: How to name RSpec describe blocks for methods