ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2008年11月25日 星期二
yaml,load_file
http://ithelp.ithome.com.tw/question/10012281
./script/console
Loading development environment (Rails 2.1.1)
=>> a=[1,2,3]
=> [1, 2, 3]
>> a.to_yaml
=> "--- \n- 1\n- 2\n- 3\n"
>> b=a.to_yaml
=> "--- \n- 1\n- 2\n- 3\n"
>> YAML::load(b)
=> [1, 2, 3]
>> c=[2,3,4,5]
=> [2, 3, 4, 5]
>> c - YAML::load(b)
=> [4, 5]
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言