Skip to content

Commit

Permalink
Remove deadcode for RBI::RBSPrinter::positional_names
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-codedb[bot] committed Feb 26, 2025
1 parent c3c41fe commit d11ee2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/rbi/rbs_printer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ class Error < RBI::Error; end
#: Integer
attr_reader :current_indent

#: bool
attr_accessor :positional_names

#: (?out: (IO | StringIO), ?indent: Integer, ?print_locs: bool, ?positional_names: bool) -> void
attr_writer :positional_names
def initialize(out: $stdout, indent: 0, print_locs: false, positional_names: true)
super()
@out = out
Expand Down

0 comments on commit d11ee2e

Please sign in to comment.