Can gist.io actually do syntax highlighting? Lets check: def foo(bar) puts "foo #{bar}" sleep(1) end foo("BAZ")