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 a186e9e commit 563a019Copy full SHA for 563a019
_gem/lib/go_gem/mkmf.rb
@@ -17,7 +17,7 @@ module Mkmf
17
# # Use create_go_makefile instead of create_makefile
18
# # create_makefile("example/example")
19
# create_go_makefile("example/example")
20
- def create_go_makefile(target, srcprefix = nil)
+ def create_go_makefile(target, srcprefix: nil)
21
find_executable("go")
22
23
# rubocop:disable Style/GlobalVars
_gem/sig/go_gem/mkmf.rbs
@@ -2,6 +2,6 @@ module GoGem
2
module Mkmf
3
$objs: Array[untyped]
4
5
- def create_go_makefile: (String target, String? srcprefix) -> void
+ def create_go_makefile: (String target, ?srcprefix: String?) -> void
6
end
7
0 commit comments