# Working example
def test &block
...

Ruby Proc param names

by Tj Holowaychuk, December 12, 2008 23:20, 5 refactorings, tagged with binding

Below is the exact result I...

F1e3ab214a976a39cfd713bc93deb10f Talk
def test(a, b)
  capitalize_args
  puts a   # => Hello
...

Ruby Bindings on caller

by Tj Holowaychuk, November 22, 2008 06:16, 2 refactorings, tagged with binding

I dont really have a need f...

F1e3ab214a976a39cfd713bc93deb10f Talk
class CPM
  def get_output_binding
    CustomBinding.new({
...

Ruby Custom binding from an object

by Mourner, January 27, 2008 17:33, No refactoring, tagged with binding, custom

Hi! I have a class with lot...

6d07e6d95a43357254698ce9723350e6 Talk