Skip to content

Instantly share code, notes, and snippets.

@sixtyfive
Created June 27, 2022 09:48
Show Gist options
  • Save sixtyfive/41d6d58d36678bb500c3ad47c2d004e2 to your computer and use it in GitHub Desktop.
Save sixtyfive/41d6d58d36678bb500c3ad47c2d004e2 to your computer and use it in GitHub Desktop.
entries = yaml['entries']
entries = yaml['entries'].sample(1) if DEBUGGING
entries.map{|e| e.merge('meta' => yaml['meta'])}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment