string-le 0.2.2

Extract every string in a codebase, with its position, so a person can read them
# A comment mentioning "the docs" is prose, not a literal.
=begin
A block comment mentioning "the manual".
=end

TEXT = <<~EOS
Dear reader,
Welcome.
EOS

RAW = <<-'PLAIN'
No #{interpolation} here.
  PLAIN

DOUBLE = "double quoted"
SINGLE = 'single quoted'
EMPTY = ''
queue = []
queue << item