Skip to content

Instantly share code, notes, and snippets.

@jodell
Created March 19, 2012 22:40
Show Gist options
  • Save jodell/2127779 to your computer and use it in GitHub Desktop.
Save jodell/2127779 to your computer and use it in GitHub Desktop.
def foo
bar == "some value test" ?
"#{self.baz} some relevant but shitty string that takes up way too many characters" :
"#{self.baz} some other equally relevant and shitty string"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment