Skip to content

Instantly share code, notes, and snippets.

@lfender6445
Last active June 2, 2017 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfender6445/d9cb7e7a3cf67e588b0363c3f350971c to your computer and use it in GitHub Desktop.
Save lfender6445/d9cb7e7a3cf67e588b0363c3f350971c to your computer and use it in GitHub Desktop.

js

const { foo } = bar
return () => {
  alert('hola')
}

ruby

def foo
  :bar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment