分享至
朋友圈
微信
qq空间
qq
微博
复制
require 'yaml' puts ({ 'measurements' => 'metric' }.to_yaml) puts ({ :measurements => :metric }.to_yaml)