Class Ruby

class Animal
  def initialize
    @color = "red"
  end
end