diff --git a/stdlib/digest/0/digest.rbs b/stdlib/digest/0/digest.rbs index 4b92b65cf..e6f4ab7f9 100644 --- a/stdlib/digest/0/digest.rbs +++ b/stdlib/digest/0/digest.rbs @@ -319,7 +319,7 @@ class Digest::Class # Returns the base64 encoded hash value of a given *string*. The return value # is properly padded with '=' and contains no line feeds. # - def self.base64digest: (string str, *untyped args) -> String + def self.base64digest: (string str) -> String # # Returns the BubbleBabble encoded hash value of a given *string*. # - def self.bubblebabble: (string, *untyped) -> String + def self.bubblebabble: (string) -> String #