Created
July 9, 2017 14:00
-
-
Save mach-kernel/5f71dfb2f73e7fad4b8e0cbdb5e1a463 to your computer and use it in GitHub Desktop.
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
require 'skemata' | |
Skemata.draw :Book, OpenStruct.create(bookEdition: 1, name: 'Foo Book', pages: 42) do | |
bookEdition | |
name | |
pages | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment