Method: Runo::Img#errors
- Defined in:
- lib/scalar/img.rb
#errors ⇒ Object
37 38 39 40 41 42 43 |
# File 'lib/scalar/img.rb', line 37 def errors if @error_thumbnail [_('wrong file type: should be %{types}') % {:types => my[:options].join('/')}] else super end end |