Samples explicitly set the encoding
parent
cb63f94ac2
commit
7af4e9a209
|
|
@ -1,3 +1,4 @@
|
||||||
|
# encoding: utf-8
|
||||||
require 'squib'
|
require 'squib'
|
||||||
|
|
||||||
Squib::Deck.new(layout: 'custom-layout.yml') do
|
Squib::Deck.new(layout: 'custom-layout.yml') do
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
# encoding: utf-8
|
||||||
require 'squib'
|
require 'squib'
|
||||||
|
|
||||||
data = {'name' => ['Thief', 'Grifter', 'Mastermind'],
|
data = {'name' => ['Thief', 'Grifter', 'Mastermind'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue