Skip to content

prettify `shellwords` usage

gitlab-qa-bot requested to merge github/fork/rctay/rc/shellwords into master

Created by: rctay

Since shellwords extends String with shellescape and shellsplit (corresponding to Shellwords::shellwords), we may omit blocks to map that just invoke those methods.

The &:inst_meth works on 1.8 too.

Merge request reports