MCPcopy Create free account
hub / github.com/apache/arrow / fixture_path

Method fixture_path

c_glib/test/helper/fixture.rb:20–22  ·  view source on GitHub ↗
(*components)

Source from the content-addressed store, hash-verified

18module Helper
19 module Fixture
20 def fixture_path(*components)
21 File.join(__dir__, "..", "fixture", *components)
22 end
23 end
24end

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected