Merge pull request #10103 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Jonathan Chang 2020-12-23 13:51:40 +11:00 committed by GitHub
commit c8210ac3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30099,6 +30099,10 @@ class String
def html_safe(); end
def indent(amount, indent_string=T.unsafe(nil), indent_empty_lines=T.unsafe(nil)); end
def indent!(amount, indent_string=T.unsafe(nil), indent_empty_lines=T.unsafe(nil)); end
def iseuc(); end
def isjis(); end