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 90a8d37 commit a111cfaCopy full SHA for a111cfa
spec/support/test_helper.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-module TestHelper # rubocop:disable Style/Documentation
+module TestHelper
4
def argument(type:, name:, pointer: nil, length: 0)
5
RubyHeaderParser::ArgumentDefinition.new(type:, name:, pointer:, length:)
6
end
0 commit comments