It’s a naming convention.
- use pound
#methodfor instance methods - use dot
.methodfor class methods
See: How to name RSpec describe blocks for methods
It’s a naming convention.
#method for instance methods.method for class methodsSee: How to name RSpec describe blocks for methods