4 lines
44 B
Ruby
4 lines
44 B
Ruby
|
def ruby_18?
|
||
|
RUBY_VERSION.to_f == 1.8
|
||
|
end
|