Skip to content

Instantly share code, notes, and snippets.

@supersimple
Created September 30, 2018 06:06
Show Gist options
  • Save supersimple/c43b97050c6787e87716920ab67af403 to your computer and use it in GitHub Desktop.
Save supersimple/c43b97050c6787e87716920ab67af403 to your computer and use it in GitHub Desktop.
iex(17)> {:ok, requirement} = Version.parse_requirement("== 2.0.1")
{:ok, #Version.Requirement<== 2.0.1>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment