Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
module Helper
19
module Fixture
20
def fixture_path(*components)
21
File.join(__dir__,
".."
,
"fixture"
, *components)
22
end
23
end
24
end
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected