Module RubyVersion
In: lib/ruby_version.rb

Methods

<=>   description   is?   major   minor   newer_than   not   older_than   patchlevel   platform   release_date   released_today   revision   tiny   to_s  

Included Modules

Comparable

Constants

VERSION = '1.0.1'

External Aliases

to_s -> inspect
is? -> is
< -> below
  aliases
< -> below?
<= -> at_most
<= -> at_most?
> -> above
> -> above?
>= -> at_least
>= -> at_least?
== -> exactly
== -> exactly?
not -> not?
between? -> between
newer_than -> newer_than?
older_than -> older_than?
released_today -> released_today?
major -> main
minor -> mini
tiny -> teeny
release_date -> date

Public Class methods

comparable

chaining for dsl-like language

accessors

compare dates

[Validate]