Skip to content

Instantly share code, notes, and snippets.

@meskallito
Created December 18, 2014 00:52
Show Gist options
  • Select an option

  • Save meskallito/ae9e263c284d80e6736c to your computer and use it in GitHub Desktop.

Select an option

Save meskallito/ae9e263c284d80e6736c to your computer and use it in GitHub Desktop.
class ProcInterface
def test
'234'
end
end
procedure = -> (i) { i.test }
procedure.call(ProcInterface.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment