We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ee313 commit e6dc1f6Copy full SHA for e6dc1f6
2 files changed
Steepfile
@@ -4,6 +4,8 @@ target :lib do
4
signature "sig"
5
check "lib"
6
7
+ configure_code_diagnostics(Steep::Diagnostic::Ruby.strict)
8
+
9
library "pathname"
10
library "securerandom"
11
library "stringio"
sig/http/form_data/urlencoded.rbs
@@ -3,7 +3,7 @@ module HTTP
3
class Urlencoded
include Readable
- @encoder: _Encoder?
+ self.@encoder: _Encoder?
# Sets custom form data encoder implementation
def self.encoder=: (untyped implementation) -> void
0 commit comments