# File lib/rake/rdoctask.rb, line 128 128: def quote(str) 129: if @external 130: "'#{str}'" 131: else 132: str 133: end 134: end