lib/vindetta.rb in vindetta-0.1.0 vs lib/vindetta.rb in vindetta-0.2.0

- old
+ new

@@ -1,5 +1,14 @@ require "vindetta/version" module Vindetta - # Your code goes here... + VINS = [ + "KNAFX4A67E5095888", + "1FTRX12W18KE97487", + "2HGFA1F38BH525824", + "1C4GP64L5YB667678" + ].freeze + + def self.random + VINS.sample + end end