Skip to content

Commit

Permalink
Merge pull request #64 from toby-brilliant/main
Browse files Browse the repository at this point in the history
Update formatter.rbs
  • Loading branch information
elia authored Jan 29, 2025
2 parents f4fc48d + a54dfa1 commit 0fb12c3
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 0fb12c3

Please sign in to comment.