Skip to content

Instantly share code, notes, and snippets.

@johnkferguson
Created August 9, 2013 02:25
Show Gist options
  • Save johnkferguson/6190692 to your computer and use it in GitHub Desktop.
Save johnkferguson/6190692 to your computer and use it in GitHub Desktop.
class Event
@attributes = [:a, :b, :c, :d]
attr_accessor *@attributes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment