I see in a lot of Ruby source code a double colon before module names, I wonder what is that all about? Here is an example from a Ruby Gem called Conductor:
https://github.com/rails/conductor/blob/master/lib/conductor/engine.rb#L7
I see in a lot of Ruby source code a double colon before module names, I wonder what is that all about? Here is an example from a Ruby Gem called Conductor:
https://github.com/rails/conductor/blob/master/lib/conductor/engine.rb#L7