# File lib/rake/rdoctask.rb, line 156 156: def quote(str) 157: if @external 158: "'#{str}'" 159: else 160: str 161: end 162: end