ifconfigの値取りたいのでshellライブラリ使っても取れないのでどうしたらいいかわからないのぐぐった。
http://qiita.com/items/56c9fa81ca89088c5627
systemuがすごいよさそう。
http://d.hatena.ne.jp/ursm/20090625/1245947107
pry(main)> systemu "uname -a" => [#<Process::Status: pid 7031 exit 0>, "Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux\n", ""]
勉強になる。