Skip to content

Instantly share code, notes, and snippets.

@pointcom
Last active January 2, 2018 13:30
Show Gist options
  • Save pointcom/eab8fa2a04e0e5757317abe2abe657f4 to your computer and use it in GitHub Desktop.
Save pointcom/eab8fa2a04e0e5757317abe2abe657f4 to your computer and use it in GitHub Desktop.
Ruby 2.5
{foo: "bar", baz: "qux", quux: "corge", grault: "garply"}.slice(:foo, :grault)
=> {:foo=>"bar", :grault=>"garply"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment