Guest User

Untitled

a guest
Jun 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. require "rubygems"
  2. require "ap"
  3. IRB::Irb.class_eval do
  4. def output_value
  5. ap @context.last_value
  6. end
  7. end
Add Comment
Please, Sign In to add comment