Method: OS.jruby?

Defined in:
lib/roku_builder/os.rb

.jruby?Boolean



20
21
22
# File 'lib/roku_builder/os.rb', line 20

def OS.jruby?
  RUBY_ENGINE == 'jruby'
end