| Module | RubyVersion |
| In: |
lib/ruby_version.rb
|
| VERSION | = | '1.0.1' |
| 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 |