From owner-freebsd-questions@FreeBSD.ORG Sat Jan 25 04:59:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6878D577 for ; Sat, 25 Jan 2014 04:59:58 +0000 (UTC) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32B351EC5 for ; Sat, 25 Jan 2014 04:59:57 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id kp14so4030072pab.9 for ; Fri, 24 Jan 2014 20:59:50 -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:references:mail-followup-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=Cqp2PjY/SdSUKPKZP79w/4LqUV6Mg4evIcfBaXRwHog=; b=UMjMD0hzpbM7KVZjVHjeYhd6+FhxT/s2tAe8uWpSDl6lK8te5iPwEBJUc3r9kpPLaR WfXc9NSeZho2a6bxBktZBYnw84JfmwStJ4j5RV0OYz6uYImjwIZI/oFsNo19MeMPsUzZ SnylcTy4PlpDLZo6Z2m9yLjbthnOUzaxSmCGUicx+6xexAkYuxpaIGx6S3aaLQW0xeDn G+xbp8qYLQVQH7giOKOZjyPQ0xPQNp2PFM2H1FODeNN7HT8L02Grfe7TJT/UmTB9J4fL W7RWYAwBC3NU1zaBmMld6fnInnq/YGMQGCcGA7GK5LqPSD5dTXHkOtsetOq9zswcLG9E N/cg== X-Gm-Message-State: ALoCoQl3XIvGnLge4K2uBeuHt2oTNMS7/WxnkKL7xlE6vvzIw8tw1ckbwwQlJyd3R/OX+48IcxDh X-Received: by 10.68.172.65 with SMTP id ba1mr18303311pbc.18.1390625990823; Fri, 24 Jan 2014 20:59:50 -0800 (PST) Received: from birch.localnet ([207.55.103.135]) by mx.google.com with ESMTPSA id vg1sm8677539pbc.44.2014.01.24.20.59.49 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 24 Jan 2014 20:59:50 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by birch.localnet (Postfix) with ESMTP id CFF8255E22 for ; Fri, 24 Jan 2014 20:59:45 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id AEE4DBDA3 for ; Fri, 24 Jan 2014 20:59:45 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.7/8.14.7/Submit) id s0P4xjjU041132; Fri, 24 Jan 2014 20:59:45 -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: Re: Where is ruby ri documentation? References: <87ob313rx7.fsf@oak.localnet> <1390612058.1846.85.camel@eva02> Mail-Followup-To: freebsd-questions@freebsd.org Date: Fri, 24 Jan 2014 20:59:45 -0800 In-Reply-To: <1390612058.1846.85.camel@eva02> (clutton@zoho.com's message of "Sat, 25 Jan 2014 03:07:38 +0200") Message-ID: <87k3do4pxa.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: Sat, 25 Jan 2014 04:59:58 -0000 clutton writes: > On Fri, 2014-01-24 at 15:01 -0800, Carl Johnson wrote: >> documentation for ri, but only what has been installed by various >> gems. > > Hm, it may be built with OPTIONS_UNSET+= DOCS. > Please post output from `pkg info ruby-your-ruby-version` here. It says that rdoc is off, but I don't know if that includes the ri documentation. The pkg info follows: --------------------------------------------------------------- $ pkg info ruby ruby-1.9.3.484,1 Name : ruby Version : 1.9.3.484,1 Origin : lang/ruby19 Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : ruby lang ipv6 Licenses : RUBY or BSD2CLAUSE Maintainer : ruby@FreeBSD.org WWW : http://www.ruby-lang.org/en/ Comment : Object-oriented interpreted scripting language Options : DEBUG : off RDOC : off Shared Libs required: libyaml-0.so.2 libruby19.so.19 libffi.so.6 Shared Libs provided: libruby19.so.19 Flat size : 19.7MiB Description : Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features(ex. class, method calls) + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files(on some architecture) + Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) WWW: http://www.ruby-lang.org/en/ --------------------------------------------------------------- Thanks for the reply. -- Carl Johnson carlj@peak.org