I see more and more extensions and ruby code using this and yet it is undocumented. Eric posted this - http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/60741 and if it can be added to README.EXT it would be pretty awesome.gnufied (hemant kumar)
Lets say I have a program: ~> cat a.rb require "pty" require "io/console" puts "Starting" m, s = PTY.open s.raw! # disable newline conversion. pid = spawn("ruby using_pry.rb", chdir: '.', pgroup: true, out: m, err: m) at_...gnufied (hemant kumar)
There is this bug against, factory_girl, for complete story https://github.com/thoughtbot/factory_girl/issues/167 A minimum reproducible case is:gnufied (hemant kumar)
@Ilias, Please submit any improvement with a patch. It is pointless to open a request without a patch and with due respect - wastes Ruby-Core valuable time. gnufied (hemant kumar)