Skip to content

Instantly share code, notes, and snippets.

@zenangst
Created March 14, 2014 09:39
Show Gist options
  • Save zenangst/9544839 to your computer and use it in GitHub Desktop.
Save zenangst/9544839 to your computer and use it in GitHub Desktop.
def dark_knight?
if article.picture
article.picture.dark
else
nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment