Sha256: 6a30b8fdfdb0a0752cb068e2a11ee4e28d9b262e9f552548dc801ab322cd0d17
Contents?: true
Size: 166 Bytes
Versions: 4
Compression:
Stored size: 166 Bytes
Contents
module Nakor class App def self.portray(food) if food.downcase == "broccoli" "Gross!" else "Delicious!" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nakor-0.0.4 | lib/nakor/app.rb |
nakor-0.0.3 | lib/nakor/app.rb |
nakor-0.0.2 | lib/nakor/app.rb |
nakor-0.0.1 | lib/nakor/app.rb |