Skip to content

Instantly share code, notes, and snippets.

@ngauthier
Created December 3, 2012 22:40
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 ngauthier/4198800 to your computer and use it in GitHub Desktop.
Save ngauthier/4198800 to your computer and use it in GitHub Desktop.
param or block
p = Processor.new(file_to_process)
p.config(
commas: true,
wildcards: ["@", "*"]
)
# or
p.config do
commas true
wildcards ["@", "*"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment