Class: Bitches
- Inherits:
-
Object
- Object
- Bitches
- Defined in:
- lib/bitches.rb
Class Method Summary collapse
Class Method Details
.find ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/bitches.rb', line 6 def self.find puts "Finding bitches" (15/5).times {sleep(5); print "."} puts "" puts "Bailing out, unable to find bitches. You're on your own." end |
.get ⇒ Object
2 3 4 |
# File 'lib/bitches.rb', line 2 def self.get puts "Item: Bitches, not found (Try running Bitches.find)" end |