instance method Shell::Filter#to_a

to_a -> [String][permalink][rdoc][edit]

実行結果を文字列の配列で返します。

require 'shell'
Shell.def_system_command("wc")
sh = Shell.new
puts sh.cat("/etc/passwd").to_a