Class: Fancygem::Speech

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

Class Method Summary collapse

Class Method Details

.say_something_fancyObject



3
4
5
# File 'lib/fancygem/speech.rb', line 3

def self.say_something_fancy
  "Fancy-schmancy!"
end

.say_something_that_might_be_fancyObject



7
8
9
10
11
12
13
14
15
# File 'lib/fancygem/speech.rb', line 7

def self.say_something_that_might_be_fancy
  [
    "Fancy-schmancy!",
    "This is not fancy!",
    "Look how fancy",
    "Classy",
    "Whatever..."
  ].sample
end