11 12 13
# File 'lib/cuke_mem/memory.rb', line 11 def remember phrase memory.empty? ? phrase : phrase % memory end