Skip to content

Commit

Permalink
Merge pull request #854 from bjfish/fix-argument-prefix-warnings
Browse files Browse the repository at this point in the history
Fix argument prefix warning
  • Loading branch information
pitr-ch committed Feb 17, 2020
2 parents 50917ff + 466f065 commit 2b5fd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def self.padding
# TODO: this only adds padding after the :value slot, need to find a way to add padding before the slot
# TODO (pitr-ch 28-Jul-2018): the padding instance vars may not be created
# hide from yardoc in a method
attr_reader *(12.times.collect{ |i| "padding_#{i}".to_sym })
attr_reader :padding_0, :padding_1, :padding_2, :padding_3, :padding_4, :padding_5, :padding_6, :padding_7, :padding_8, :padding_9, :padding_10, :padding_11
end
padding
end
Expand Down

0 comments on commit 2b5fd71

Please sign in to comment.