1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Add some clarification to the latest til.

This commit is contained in:
jbranchaud
2015-07-25 22:24:34 -05:00
parent f9f19aefdd
commit 2974c2a1fc

View File

@@ -2,7 +2,7 @@
In Ruby 2.2, the `binding` object gives us access to a method
`#local_variables` which returns the symbol names of the binding's local
variables.
variables. We can see this in action with
```ruby
def square(x)