Logo
Learn Ruby In Orbit
Menu
Public Planet Blueprints
What's New
Log In
Sign Up
Planet Blueprint #49
Andrew's Code
class MagicPlanet def initialize @terrain = 'mystical' @color = 'crystal' end def has_wizards? true end end
Generated Planet