Skip to content

Commit 9e7a8f0

Browse files
committed
Add private method patch_bundler_standalone_setup to RubyWasm::Packager
1 parent 5ceab5c commit 9e7a8f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sig/ruby_wasm/packager.rbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class RubyWasm::Packager
8181
def name: () -> string
8282

8383
private def _build_gem_exts: (RubyWasm::BuildExecutor, RubyWasm::Build, string gem_home) -> void
84+
private def patch_bundler_standalone_setup: (string local_path) -> void
8485
private def _link_gem_exts: (RubyWasm::BuildExecutor, RubyWasm::Build, string ruby_root, string gem_home, bytes module_bytes) -> bytes
8586
end
8687

0 commit comments

Comments
 (0)