``` > MethodSource.complete_expression?('%\a\\') => false ``` `%\a\` is a valid string however and thus it should be determined as complete.
%\a\is a valid string however and thus it should be determined as complete.