Module: RandomImages::Image
- Defined in:
- lib/random_images.rb
Class Method Summary collapse
Class Method Details
.get(keyword = "me", content = "face") ⇒ Object
36 37 38 |
# File 'lib/random_images.rb', line 36 def self.get(keyword = "me", content = "face") Images.get(1, keyword, content).random end |