Skip to content

Instantly share code, notes, and snippets.

@1c7
Created October 9, 2016 12:23
Show Gist options
  • Select an option

  • Save 1c7/24897195b0f40987d854f0658d3cf139 to your computer and use it in GitHub Desktop.

Select an option

Save 1c7/24897195b0f40987d854f0658d3cf139 to your computer and use it in GitHub Desktop.
if ""
p 'true'
end
if 0
p 'true'
end
if []
p 'true'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment