Sha256: 0d95093c96e3ac8f61051ac8c799f23ba60cf9c1e79a68f213e041cfd4c9742b

Contents?: true

Size: 792 Bytes

Versions: 1

Compression:

Stored size: 792 Bytes

Contents

= RubyEngine {<img src="https://travis-ci.org/janlelis/ruby_engine.png" />}[https://travis-ci.org/janlelis/ruby_engine]

Provides a +RubyEngine+ to simplify checking on which implementation your Ruby programs is running.

== Setup

On your command-line:

    $ gem install ruby_engine

In Ruby:

    require 'ruby_engine'

== Usage

    # Output the interpreter name
    RubyEngine.to_s

    # true for JRuby
    RubyEngine.is? 'jruby'

    # There are some query methods defined:
    RubyEngine.mri?
    RubyEngine.jruby?
    RubyEngine.rubinius?
    RubyEngine.macruby?

== Also See

https://github.com/janlelis/ruby_version |
https://github.com/janlelis/ruby_info |
https://github.com/rdp/os

== J-_-L

Copyright (c) 2010-2014, 2020 Jan Lelis. MIT License. Originated from the zucker gem.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_engine-2.0.0 README.rdoc