Skip to content

Instantly share code, notes, and snippets.

@braidn
Last active December 27, 2015 16:39
Show Gist options
  • Save braidn/7356291 to your computer and use it in GitHub Desktop.
Save braidn/7356291 to your computer and use it in GitHub Desktop.
class Objekt
attr_accessor :symbol
def symbol_updater(symbol, value)
symbol.to_sym = value
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment