Skip to content

Instantly share code, notes, and snippets.

@Asmod4n
Last active April 24, 2017 18:38
Show Gist options
  • Select an option

  • Save Asmod4n/2f53aab2643711a757ca91e060b73412 to your computer and use it in GitHub Desktop.

Select an option

Save Asmod4n/2f53aab2643711a757ca91e060b73412 to your computer and use it in GitHub Desktop.
Packing mruby blocks with MessagePack
hallo = lambda {|foo| puts foo}
proc = MessagePack.unpack hallo.to_msgpack
proc.call 1
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment