# File lib/quiz1/t/solutions/Jim Menard/solitaire_cypher.rb, line 111 def slice(from, to) slice = @cards[from..to] return slice || [] end