Flowdock
use_readline=(opt) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/context.rb, line 237
    def use_readline=(opt)
      @use_readline = opt
      print "use readline module\n" if @use_readline
    end
Register or log in to add new notes.