Skip to content

Commit

Permalink
Update formatter.rbs
Browse files Browse the repository at this point in the history
  • Loading branch information
toby-brilliant authored Sep 30, 2024
1 parent f4fc48d commit a54dfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sig/erb/formatter.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
class ERB::Formatter
VERSION: String

def initialize: (String, line_width: ?Integer, filename: ?String) -> void
def self.format(String, filename: ?String) -> String
def initialize: (String, line_width: Integer?, filename: String?) -> void
def self.format: (String, filename: String?) -> String
end

0 comments on commit a54dfa1

Please sign in to comment.