# File lib/faye/websocket.rb, line 26
    def self.jruby?
      defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
    end