Logo
Learn Ruby In Orbit
Menu
Public Planet Blueprints
What's New
Log In
Sign Up
Planet Blueprint #48
Andrew's Code
class CandyPlanet def initialize @terrain = 'sugary' @color = 'rainbow' end def has_chocolate_lakes? true end end
Generated Planet