Skip to content

Instantly share code, notes, and snippets.

@bcardiff
Created March 17, 2016 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardiff/79ae431bd8e2d79014ed to your computer and use it in GitHub Desktop.
Save bcardiff/79ae431bd8e2d79014ed to your computer and use it in GitHub Desktop.
puts "sfs"
class Crystal::Playground::Agent
def sendp(t)
send(t)
end
end
# $p.try &.sendp("bug")
10.times do |i|
puts i
{ "Lon\nrem", i, i + 1 }
sleep 0.5
end
sleep 2
2
raise "sdfsdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment