Skip to content

Instantly share code, notes, and snippets.

@gudata
Created April 23, 2015 11:47
Show Gist options
  • Select an option

  • Save gudata/f37b9066174cab0df7d0 to your computer and use it in GitHub Desktop.

Select an option

Save gudata/f37b9066174cab0df7d0 to your computer and use it in GitHub Desktop.
o = -> { 'o' }
def activate! *args
print args.map(&:call)
end
activate! o,o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment