Method: AsProject::FCSHProcess#initialize
- Defined in:
- lib/fcshs.rb
#initialize ⇒ FCSHProcess
Returns a new instance of FCSHProcess.
196 197 198 199 200 |
# File 'lib/fcshs.rb', line 196 def initialize name = 'fcsh' mode = 'r+' @stdin, @stdout, @stderr = Open3.popen3(name, mode) end |