Skip to content

Instantly share code, notes, and snippets.

@Ferdev
Created February 5, 2013 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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