Method: SugarCube::Repl.restore

Defined in:
lib/cocoa/sugarcube-repl/repl.rb

.restoreObject

| RESTORE



173
174
175
176
177
178
179
# File 'lib/cocoa/sugarcube-repl/repl.rb', line 173

def restore
  return unless check_sugarcube_view

  @sugarcube_restore.each do |msg, value|
    SugarCube::Repl.send(msg, value)
  end
end