Ruby static code analyzer / style linter. Its documentation recommends using `::` only for referencing constants (including classes and modules) and constructors, and not for regular method calls — a guideline Małaszkiewicz cites to explain why `.` is preferred over `::` for method invocation in modern Ruby code.