Skip to content

Commit 0fb12c3

Browse files
authored
Merge pull request #64 from toby-brilliant/main
Update formatter.rbs
2 parents f4fc48d + a54dfa1 commit 0fb12c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sig/erb/formatter.rbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
class ERB::Formatter
33
VERSION: String
44

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

0 commit comments

Comments
 (0)