module EnglishThoughts
Constants
- THOUGHTS
- VERSION
Public Instance Methods
generate_a_thought()
click to toggle source
# File lib/english_thoughts.rb, line 10 def generate_a_thought puts THOUGHTS.sample end
thoughts()
click to toggle source
# File lib/english_thoughts.rb, line 14 def thoughts puts THOUGHTS end