Skip to content

Instantly share code, notes, and snippets.

@luctraonmilin
Created September 7, 2016 12:20
Show Gist options
  • Save luctraonmilin/fbb3769fb69e9af505af541de258bd6e to your computer and use it in GitHub Desktop.
Save luctraonmilin/fbb3769fb69e9af505af541de258bd6e to your computer and use it in GitHub Desktop.
# OK so I found this in a code base I am currently working on...
def parse_boolean(string)
string == 'true' ? true : false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment