Skip to content

Instantly share code, notes, and snippets.

@ratnikov
Forked from rsl/gist:110049
Created May 11, 2009 16:55
Show Gist options
  • Save ratnikov/110050 to your computer and use it in GitHub Desktop.
Save ratnikov/110050 to your computer and use it in GitHub Desktop.
def uses(source = nil)
block = proc { yield }
klass.inject_csv_source = block_given? ? block : source
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment