Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created December 6, 2011 05:56
Show Gist options
  • Save havenwood/1436944 to your computer and use it in GitHub Desktop.
Save havenwood/1436944 to your computer and use it in GitHub Desktop.
"Mag" is Maglev shortcuts for those who forget, what was I saying?
module Kernel
def push
Maglev.commit_transaction
end
def pull
Maglev.abort_transaction
end
def box
Maglev::PERSISTENT_ROOT[:box] ||= []
end
def box= this
Maglev::PERSISTENT_ROOT[:box] = this
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment