# File lib/pry-remote-em/server.rb, line 367 def auth_ok(*args, &blk) block_given? ? @auth_ok_cbs << blk : @auth_oks.push(args) while (ok_data = @auth_oks.shift) @auth_ok_cbs.each { |cb| cb.call(*ok_data) } end end