Open amomchilov opened 3 months ago
This documents behaviour like:
def do_something(if:) # Behaves like `binding.local_variable_get(:if)`, but faster. condition = { if: }[:if] end
This documents behaviour like: