We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ebf62 commit 527a358Copy full SHA for 527a358
examples/streaming/bidirectional.rb
@@ -1,4 +1,5 @@
1
#!/usr/bin/env ruby
2
+# frozen_string_literal: true
3
4
require 'async'
5
require 'async/http/client'
examples/streaming/gems.rb
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "async"
examples/streaming/unidirectional.rb
0 commit comments