This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

Gem::Platform

        # Gem::Platform < Object

(from ruby core)
---
Available list of platforms for targeting Gem installations.

See `gem help platform` for information on platform matching.
---
# Constants:

CURRENT
:   A platform-specific gem that is built for the packaging Ruby's
    platform. This will be replaced with Gem::Platform::local.
RUBY
:   A pure-Ruby gem that may use Gem::Specification#extensions to build
    binary files.


# Class methods:

    installable?
    local
    match
    match_gem?
    match_platforms?
    match_spec?
    new
    sort_priority

# Instance methods:

    ==
    ===
    =~
    cpu
    eql?
    os
    to_a
    to_s
    version

# Attributes:

    attr_accessor cpu
    attr_accessor os
    attr_accessor version


      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.