Thanks to visit codestin.com Credit goes to github.com
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.
1 parent ede5dae commit 0456a10Copy full SHA for 0456a10
lib/syntax_tree/rbs.rb
@@ -41,7 +41,7 @@ def force_parens?
41
end
42
43
class << self
44
- def format(source, maxwidth = 80)
+ def format(source, maxwidth = 80, _options = {})
45
formatter = Formatter.new(source, [], maxwidth)
46
parse(source).format(formatter)
47
0 commit comments