Skip to content

Commit 3ed8e19

Browse files
committed
sig: declare CrossRubyProduct#dump_ast_path
Add the missing RBS declaration for dump_ast_path so steep accepts the new crossruby configure wiring.
1 parent 2957fbd commit 3ed8e19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sig/ruby_wasm/build.rbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ module RubyWasm
218218
def extinit_obj: -> String
219219
def extinit_c_erb: -> String
220220
def baseruby_path: -> String
221+
def dump_ast_path: -> String
221222
def configure_args: (String build_triple, Toolchain toolchain) -> Array[String]
222223
def rbconfig_rb: -> String?
223224
end

0 commit comments

Comments
 (0)