if @modulepath
      result << "\n"
      modulepath = @modulepath.respond_to?(:lines) ? @modulepath.lines : @modulepath # RubyJedi: compatible with Ruby 1.8.6 and above      
      result << modulepath.collect { |ele| "module #{ele}" }.join("; ")
      result << "\n\n"