Call shell from Ruby using Systemu
1 | require 'systemu' |
It’s interesting that puts
prints the result correctly.
1 | ".\n\xE2\x94\x9C\xE2\x94\x80\xE2\x94\x80 hello.rb\n\xE2\x94\x94\xE2\x94\x80\xE2\x94\x80 test.rb\n\n0 directories, 2 files\n" |
1 | require 'systemu' |
It’s interesting that puts
prints the result correctly.
1 | ".\n\xE2\x94\x9C\xE2\x94\x80\xE2\x94\x80 hello.rb\n\xE2\x94\x94\xE2\x94\x80\xE2\x94\x80 test.rb\n\n0 directories, 2 files\n" |