class Byebug::Interface
def prepare_input(prompt)
-
(String)
- New string read or the previous string if the string
def prepare_input(prompt) line = readline(prompt) return unless line last_if_empty(line) end
(String)
- New string read or the previous string if the string
def prepare_input(prompt) line = readline(prompt) return unless line last_if_empty(line) end