Module: Drumpf
- Defined in:
- lib/drumpf.rb,
lib/drumpf/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
- .be_offensive ⇒ Object
- .be_presidential ⇒ Object
- .give_hope ⇒ Object
- .lie ⇒ Object
- .repeat_yourself ⇒ Object
Class Method Details
.be_offensive ⇒ Object
43 44 45 |
# File 'lib/drumpf.rb', line 43 def self.be_offensive OFFENSIVE.sample end |
.be_presidential ⇒ Object
47 48 49 |
# File 'lib/drumpf.rb', line 47 def self.be_presidential PRESIDENTIAL.sample end |
.give_hope ⇒ Object
51 52 53 |
# File 'lib/drumpf.rb', line 51 def self.give_hope PROMISES.sample end |
.lie ⇒ Object
55 56 57 |
# File 'lib/drumpf.rb', line 55 def self.lie LIES.sample end |
.repeat_yourself ⇒ Object
59 60 61 62 63 64 |
# File 'lib/drumpf.rb', line 59 def self.repeat_yourself "I don't repeat myself. \ I don't repeat myself. \ Here's the guy who repeats himself. \ I don't repeat myself." end |