Skip to content

Instantly share code, notes, and snippets.

@hhsnopek
Created October 21, 2015 14:56
Show Gist options
  • Save hhsnopek/80a81f30574f88f62aef to your computer and use it in GitHub Desktop.
Save hhsnopek/80a81f30574f88f62aef to your computer and use it in GitHub Desktop.
fetch_records = (fetch.call(@, key, conf) for key, conf of opts)
could be
fetch_records = (@fetch(key, conf) for key, conf of opts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment