What is the difference between %w and %W array literals in Ruby
This minipost will explain in detail the difference between the lower case %w and the uppercase %W percent string literals in Ruby on string interpolation cases and escape sequences.