module Rex::Ui::Subscriber::Input
Subscribes to the input half of the user interface.
Attributes
user_input[RW]
The user intput handle.
Public Instance Methods
gets()
click to toggle source
Gets a line of input from the user_input
handle by calling gets.
# File lib/rex/ui/subscriber.rb, line 119 def gets user_input.gets if (user_input) end