Samples explicitly set the encoding

dev
Andy Meneely 2014-11-20 03:50:12 -05:00
parent cb63f94ac2
commit 7af4e9a209
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# encoding: utf-8
require 'squib'
Squib::Deck.new(layout: 'custom-layout.yml') do

View File

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# encoding: utf-8
require 'squib'
data = {'name' => ['Thief', 'Grifter', 'Mastermind'],