Method: Cheat#process

Defined in:
lib/cheat.rb

#process(sheet_yaml) ⇒ Object



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