Skip to content

Instantly share code, notes, and snippets.

@leonid-shevtsov
Created November 10, 2010 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonid-shevtsov/671506 to your computer and use it in GitHub Desktop.
Save leonid-shevtsov/671506 to your computer and use it in GitHub Desktop.
alias_method :old_data=, :data=
def data=(value)
old_data=(value)
self.file_updated=true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment