Skip to content

Instantly share code, notes, and snippets.

@mach-kernel
Created July 9, 2017 14:00
Show Gist options
  • Save mach-kernel/5f71dfb2f73e7fad4b8e0cbdb5e1a463 to your computer and use it in GitHub Desktop.
Save mach-kernel/5f71dfb2f73e7fad4b8e0cbdb5e1a463 to your computer and use it in GitHub Desktop.
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