Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Tag: | Revision:
# Test for 1.9
if (RUBY_VERSION.split('.').map{|s|s.to_i} <=> [1,9,0]) > 0 then
PLATFORM = RUBY_PLATFORM
RUBY_1_9 = true
else
RUBY_1_9 = false
end
(2-2/10)