From owner-freebsd-questions@FreeBSD.ORG Fri Jan 24 23:02:00 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 953E1B59 for ; Fri, 24 Jan 2014 23:02:00 +0000 (UTC) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 634011202 for ; Fri, 24 Jan 2014 23:01:59 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id um1so3746576pbc.19 for ; Fri, 24 Jan 2014 15:01:59 -0800 (PST) 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=+Ka2i5Lm39MEoh1KU00ISGzqHUL8Wk9TG0I5B4PS7Es=; b=eMa7mpU2J8K8TCmFQ2mJ3Xqs5CFF8Fk0aycv6D29w7AE6u9E6f2q0F+mMuRhJQI+wR OpNCXEGO4nOz17dIIcSF6goRzYwrcSA1SFnBpqiOX6x0dnz3xociPw0l8NpICMzpOe6A 5Jwlb0yrob4htQVrcllHj8X2Qe9uRnqVY2cLeFP6DaKxzs1fViIHto75bqbisXtpQcRQ dZ/nJz6HbVyhc5hsd4dQg3ugeMAOBiTO5omln5eodT3N1+CNLs6y59NsE6iym+ql2FBB sy18EFhlg9UZtT2olzUFgDqXfzU+MJYgICOrzkXWfDHxJsEOH8++VvdeTqVjUMI3+NNw d44A== X-Gm-Message-State: ALoCoQnEUSKXjA0uNYqeoEZIDdi/vcShfd0cUVcjUG/Iv53bhVoTIlI5mrmWQTtzyNP+ZmaZb6WB X-Received: by 10.66.226.46 with SMTP id rp14mr16743019pac.133.1390604519523; Fri, 24 Jan 2014 15:01:59 -0800 (PST) Received: from birch.localnet ([207.55.103.135]) by mx.google.com with ESMTPSA id kk1sm6692088pbd.22.2014.01.24.15.01.58 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 24 Jan 2014 15:01:58 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by birch.localnet (Postfix) with ESMTP id 73E8955E22 for ; Fri, 24 Jan 2014 15:01:56 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id 46FA9BD5F for ; Fri, 24 Jan 2014 15:01:56 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.7/8.14.7/Submit) id s0ON1u0F039877; Fri, 24 Jan 2014 15:01:56 -0800 (PST) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Where is ruby ri documentation? Mail-Followup-To: freebsd-questions@freebsd.org Date: Fri, 24 Jan 2014 15:01:56 -0800 Message-ID: <87ob313rx7.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 23:02:00 -0000 I am trying out a 10.0-RELEASE installation, but when I tried to look at ruby documentation with ri it doesn't find anything. I try 'ri String' and it just says 'Nothing known about String'. There is some documentation for ri, but only what has been installed by various gems. I have looked but I don't see where it has been split out into a separate port. I have installed ruby-1.9.3.484,1 using pkg, if that makes any difference. Thanks for any information. -- Carl Johnson carlj@peak.org