Skip to content

Instantly share code, notes, and snippets.

@Ferdev
Created February 5, 2013 17:39
Show Gist options
  • Save Ferdev/4716131 to your computer and use it in GitHub Desktop.
Save Ferdev/4716131 to your computer and use it in GitHub Desktop.
class Object
def instance_variable_set(name, value)
super("@#{name}", value)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment