Logo
Learn Ruby In Orbit
Menu
Public Planet Blueprints
What's New
Log In
Sign Up
Public Planet Blueprints
Create your own Planet Blueprint
Create your own Planet Blueprint
Andrew's Code
class Planet def initialize @color = 'yellow' @size = 'xl' @rings = true @atmosphere = 'gaseous' end def is_habitable? false end def species_type "aliens" end end
Generated Planet
Create your first Planet Blueprint
New Planet Blueprint
‹ Prev
1
2
3
Next ›