class ScriptedVentures def initialize @principles = { 1 => 'Automate everything that can be automated', 2 => 'Consitent marginal improvements compound', 3 => 'Pareto principle applies to everything', 4 => 'Happy customers are the best marketing', 5 => 'Shipped is better than perfect', 6 => 'Always be learning', 7 => 'Enjoy the ride', } end end new_venture = ScriptedVentures.new