Guest User

Untitled

a guest
Feb 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. def eval_prompt
  2. prompt = $indent == 0 ? $config.prompt : $config.continuation_prompt
  3. prompt = prompt.call if prompt.respond_to? :call
  4. rescue Exception => e
  5. $stderr.puts("Warning: Failed to evaluate prompt:\n " + e)
  6. return "rs> "
  7. end # eval_prompt()
Add Comment
Please, Sign In to add comment