Skip to content

Instantly share code, notes, and snippets.

@bascht
Created June 11, 2018 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bascht/bd87ff69b14d3feadd7d029bcf233afe to your computer and use it in GitHub Desktop.
Save bascht/bd87ff69b14d3feadd7d029bcf233afe to your computer and use it in GitHub Desktop.
class MeinWrapper
def gibmaldaserste!
such_was_bei_zendesk().first
end
def gibmaldaserste!
results = such_was_bei_zendesk()
results.first
end
def gibmaldaserste!
such_was_bei_zendesk()
results.first unless results.empty?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment