So much of the Ruby language is methods rather than syntax, so I expected to find %q, %w, etc., defined as methods in the Kernel class
%q
%w
Kernel
They're not keywords, they're macros. It's hard to find an official reference for them, but there's one here.