lib/contrast/utils/os.rb in contrast-agent-5.3.0 vs lib/contrast/utils/os.rb in contrast-agent-6.0.0
- old
+ new
@@ -51,14 +51,9 @@
end
def linux?
(unix? and !mac?)
end
-
- def jruby?
- @_jruby = RUBY_ENGINE == 'jruby' if @_jruby.nil?
- @_jruby
- end
end
end
end
end