We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4fc48d + a54dfa1 commit 0fb12c3Copy full SHA for 0fb12c3
sig/erb/formatter.rbs
@@ -2,6 +2,6 @@
2
class ERB::Formatter
3
VERSION: String
4
5
- def initialize: (String, line_width: ?Integer, filename: ?String) -> void
6
- def self.format(String, filename: ?String) -> String
+ def initialize: (String, line_width: Integer?, filename: String?) -> void
+ def self.format: (String, filename: String?) -> String
7
end
0 commit comments