class HighLine::Terminal

def jruby?

Running on JRuby?
def jruby?
  defined?(RUBY_ENGINE) && RUBY_ENGINE == "jruby"
end