Logo
Learn Ruby In Orbit
Menu
Public Planet Blueprints
What's New
Log In
Sign Up
Planet Blueprint #3
Andrew's Code
class RockPlanet def initialize @color = 'blue and gold' @size = 'small' @rings = true @number_of_rings = 2 @atmosphere = 'gaseous' end end
Generated Planet