Module: Open3
- Defined in:
- sig/open3.rbs
Class Method Summary collapse
Class Method Details
.capture3 ⇒ [ String, String, Process::Status ]
2 |
# File 'sig/open3.rbs', line 2
def self.capture3: (*String, ?stdin_data: String, ?binmode: boolish) -> [ String, String, Process::Status ]
|