define mything () {
file{
"mything_$name":
requires=>Something["foo"]
}
}


mything{"baz": requires=>Something["bar"]}