Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Created September 7, 2010 16:24
Show Gist options
  • Save kossnocorp/568618 to your computer and use it in GitHub Desktop.
Save kossnocorp/568618 to your computer and use it in GitHub Desktop.
class String
def return_if expression
expression ? self : ''
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment