# File lib/stella/utils.rb, line 58 def image?(s) return false if s.nil? (bmp?(s) || jpg?(s) || png?(s) || gif?(s) || ico?(s)) end