# File lib/cheat.rb, line 130
  def process(sheet_yaml)
    if @execute
      execute(sheet_yaml)
    else
      show(sheet_yaml)
    end
  end