diff --git a/samples/layouts.rb b/samples/layouts.rb index ee5d018..50bae4d 100644 --- a/samples/layouts.rb +++ b/samples/layouts.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 require 'squib' Squib::Deck.new(layout: 'custom-layout.yml') do diff --git a/samples/text_options.rb b/samples/text_options.rb index 569f3ce..f724684 100644 --- a/samples/text_options.rb +++ b/samples/text_options.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# encoding: utf-8 require 'squib' data = {'name' => ['Thief', 'Grifter', 'Mastermind'],