I'm working on a small DSL, where i have utility m...
# getting-started
b
I'm working on a small DSL, where i have utility methods that work by implicitly having a
this
object that they operate on, like in the HTML Builders example. Is there any way to prevent code in an inner, more nested lambda, from implicitly using something available in an outer lambda?