Created
November 22, 2013 13:07
-
-
Save johnbintz/7599569 to your computer and use it in GitHub Desktop.
Stripped-down Cardfile for SVGGVS 0.0.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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