4 lines
41 B
Ruby
4 lines
41 B
Ruby
|
def jruby?
|
||
|
RUBY_PLATFORM == 'java'
|
||
|
end
|