From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 22:07:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44E3D97E for ; Sat, 5 Jul 2014 22:07:58 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 192422359 for ; Sat, 5 Jul 2014 22:07:57 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id fb1so3458780pad.14 for ; Sat, 05 Jul 2014 15:07:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:mail-followup-to:date:message-id :user-agent:mime-version:content-type; bh=QOCsikHhCgVnPfGfeJ2TtmzgrEj5CgrmeWKSNTn/6j8=; b=POObLeZeaTZ7ipbhNVMwlzITDb3XsoGwCEzV+wUTNg7FgpZkNfhACRM6M8MVdrC6h1 xjm1yOKOTQjvFA+DRsxnMbhnnQPeCb+4QjOgq/kIa0UTprhnyvUmDphZUErQXOTkNDf9 banSmufISIjpuH6/46DSrAQwp7LDG7MIW2U1Yl1yzA5c5EqsusPPuxKBhhAEQFN4tsUf G06OSQOfG9PyQw33GSLAd21RH6cDQDyya+uOw1xTcFF5+dql45f26vgDG9H2b+Inr9DM FfVA43M7zezrbGFTsrOifdlW49owlKOs7eYnR5JKdUCOeT6lKYc4alcFlfZvMRjTNQZZ ZCkA== X-Gm-Message-State: ALoCoQmYHGTSleXGiiitIG5z6atxWNgHYZMEd6uddw1R2qHntqOllBrM3ihgkVpYkrvWK2xYx1Px X-Received: by 10.68.136.226 with SMTP id qd2mr19236359pbb.72.1404597592575; Sat, 05 Jul 2014 14:59:52 -0700 (PDT) Received: from elk.localnet ([2604:8800:100:82aa:6ef0:49ff:fe05:658b]) by mx.google.com with ESMTPSA id r1sm14102528pdm.16.2014.07.05.14.59.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 05 Jul 2014 14:59:52 -0700 (PDT) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1X3Xzo-0001Eh-F9 for freebsd-questions@freebsd.org; Sat, 05 Jul 2014 14:59:48 -0700 From: Carl Johnson To: freebsd-questions@freebsd.org Subject: How to get ri working for ruby19? Mail-Followup-To: freebsd-questions@freebsd.org Date: Sat, 05 Jul 2014 14:59:48 -0700 Message-ID: <874myv1n6z.fsf@elk.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 22:07:58 -0000 I have ruby installed, but I can't use ri to access any documentation for the base ruby. The ri does show documentation for installed rubygems, including ones installed from packages. Does anybody know how to get ri working, or should I submit a PR? I had been using the package for ruby, but I just installed the latest from the port and enabled rdoc, and it still doesn't work. I have updated the base system, ports, and packages today, so the base system is FreeBSD 10.0-RELEASE-p6 and ruby is ruby-1.9.3.484_2,1. Thanks for any suggestions. -- Carl Johnson carlj@peak.org