Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created June 3, 2009 18:06
Show Gist options
  • Save baldwindavid/123140 to your computer and use it in GitHub Desktop.
Save baldwindavid/123140 to your computer and use it in GitHub Desktop.
class Thing
attr_accessor :name, :age
end
class Thing < Struct.new(:name, :age)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment