# File lib/pry-remote-em/server.rb, line 388 def print(val) @auth_required ? (after_auth { send_raw(val) }) : send_raw(val) end