Class: CodesAgainstHumanity

Inherits:
Object
  • Object
show all
Defined in:
lib/codes_against_humanity.rb

Class Method Summary collapse

Class Method Details

.startObject



3
4
5
6
7
# File 'lib/codes_against_humanity.rb', line 3

def self.start
  sp = StringPicker.new
  puts sp.ask_user
  puts sp.reply
end