Skip to content

Instantly share code, notes, and snippets.

@cisnerosOC
Created June 14, 2014 18:14
Show Gist options
  • Save cisnerosOC/915a288710c230dbed7b to your computer and use it in GitHub Desktop.
Save cisnerosOC/915a288710c230dbed7b to your computer and use it in GitHub Desktop.
class Dog
end
class House
end
class Man
end
class Song
end
class Car
end
beagle =Dog.new
brownston= House.new
oscar = Man.new
tune=song.new
focus = Car.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment