Ruby operators

1 · Shane Mulligan · June 16, 2009, 4 p.m.
References https://www.tutorialspoint.com/ruby/ruby%5Foperators.htm double pipe ||= 1 2 3 def repos @repos ||= init_repos end ||= behaves like a || a = b i.e. it only assigns when a is not truthy....