i have no idea. thanks bry4n
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 16:53:12 -0700
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
lib/github/markup.rb
→
lib/github/markup.rb
@@ -49,9 +49,7 @@ out = ''
Open3.popen3(command) do |stdin, stdout, _| stdin.puts target stdin.close - while tmp = stdout.read(1024) - out << tmp - end + out = stdout.read end out.gsub("\r", '') end