Class: CodesAgainstHumanity
- Inherits:
-
Object
- Object
- CodesAgainstHumanity
- Defined in:
- lib/codes_against_humanity.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
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 |