# File lib/rake/rdoctask.rb, line 175 175: def quote(str) 176: if @external 177: "'#{str}'" 178: else 179: str 180: end 181: end