130 131 132 133 134 135 136
# File 'lib/cheat.rb', line 130 def process(sheet_yaml) if @execute execute(sheet_yaml) else show(sheet_yaml) end end