Skip to content

Instantly share code, notes, and snippets.

@GrantSchiller
Created October 25, 2013 02:15
Show Gist options
  • Save GrantSchiller/7148499 to your computer and use it in GitHub Desktop.
Save GrantSchiller/7148499 to your computer and use it in GitHub Desktop.
if true
puts 'This is true'
end
else
puts 'This is false'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment