Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created June 13, 2013 20:15
Show Gist options
  • Select an option

  • Save hub-cap/5776961 to your computer and use it in GitHub Desktop.

Select an option

Save hub-cap/5776961 to your computer and use it in GitHub Desktop.
guest API:
def shit_just_got_wierd(self, revert_options):
self.impl.shit_just_got_wierd(revert_options)
guest IMPL:
def shit_just_got_wierd(self, revert_options):
self.update_config_file(revert_options['memory'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment