Method: Fox::FXIrb#gets

Defined in:
lib/fox16/irb.rb

#gets(prompt) ⇒ Object



160
161
162
163
164
# File 'lib/fox16/irb.rb', line 160

def gets(prompt)
 @running = false
 @anchor = getLength
 return @input[0].gets
end