我在我的ruby代碼中有一些打亂的打印行。將其視爲v=10 puts v
。過濾器終端結果只是得到「puts」
我只是用這個命令rails server -p $PORT -b $IP
在終端上運行我的代碼有很多未使用的信息,如
=> Booting WEBrick
=> Rails 4.2.1 application starting in development on http://0.0.0.0:8080
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2015-10-18 08:40:17] INFO WEBrick 1.3.1
[2015-10-18 08:40:17] INFO ruby 2.2.2 (2015-04-13) [x86_64-linux]
[2015-10-18 08:40:17] INFO WEBrick::HTTPServer#start: pid=8290 port=8080
.
.
.
10
.
.
.
但我只是想獲得。
那麼如何過濾結果呢?