Browse Source

Samples explicitly set the encoding

dev
Andy Meneely 11 years ago
parent
commit
7af4e9a209
  1. 1
      samples/layouts.rb
  2. 1
      samples/text_options.rb

1
samples/layouts.rb

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

1
samples/text_options.rb

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

Loading…
Cancel
Save