File.open( 'animals.yaml', 'w' ) do |out| YAML.dump( ['badger', 'elephant', 'tiger'], out ) end. If no io is provided, a string containing the dumped YAML ...
確定! 回上一頁