Skip to content

Instantly share code, notes, and snippets.

@johnbintz
Created November 22, 2013 13:07
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 johnbintz/7599569 to your computer and use it in GitHub Desktop.
Save johnbintz/7599569 to your computer and use it in GitHub Desktop.
Stripped-down Cardfile for SVGGVS 0.0.4
@session.configure do |c|
# manipulate the data after reading from the spreadsheet
# c.post_read_data = proc { |data|
# data[:replacements]['Superpower Text'] << '!!'
# }
c.data_source = "data.ods"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment