orangy
fun String.invoke(body: Dsl.() -> Unit) = describe(this, body)
“given an instance” { … “on calling method” { … } }