# -*- mode: snippet -*- # key: flao # contributor: Translated from TextMate Snippet # name: flatten_once() ## condition: "source.ruby" # -- inject(Array.new) { | ${1:arr}, ${2:a}| $1.push(*$2) }