module Bond::Jruby::ReadlineExt

Constants

ReadlineExt

Public Class Methods

line_buffer() click to toggle source
# File lib/bond/readlines/jruby.rb, line 8
def line_buffer
  ReadlineExt.s_get_line_buffer(JRuby.runtime.current_context, JRuby.reference(self))
end