Skip to content

Instantly share code, notes, and snippets.

@alienrobotwizard
Created April 4, 2010 02:11
Show Gist options
  • Save alienrobotwizard/355021 to your computer and use it in GitHub Desktop.
Save alienrobotwizard/355021 to your computer and use it in GitHub Desktop.
case
when options[:map]
mapper_klass.new(self.options).stream
+ when options[:reduce] && options[:reduce_command]
+ system options[:reduce_command]
when options[:reduce]
reducer_klass.new(self.options).stream
when options[:run]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment