class RubyLsp::Tapioca::RunGemRbiCheck
def execute_in_project_path(*parts, stdin: nil)
def execute_in_project_path(*parts, stdin: nil) options = { chdir: @project_path } options[:stdin_data] = stdin if stdin stdout_and_stderr, _status = Open3 #: as untyped .capture2e(*parts, options) stdout_and_stderr end