Skip to content

Instantly share code, notes, and snippets.

@awesome
Created January 26, 2009 20:27
Show Gist options
  • Save awesome/52956 to your computer and use it in GitHub Desktop.
Save awesome/52956 to your computer and use it in GitHub Desktop.
list_attr_accessor
class Awesome
def list_attr_accessor
(self.methods - Object.instance_methods).map {|x| x.gsub(/=$/, "") if x =~ /=$/}.compact
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment