Given a task that just inspect task arguments... ``` $ bundle exec rake "inspect_args[ one , two , three ]" " one" "two" "three" ``` The only trimming not working is the one for the leading whitespaces of the first argument.