Module: Imgproxy::OptionsCasters::String
- Defined in:
- lib/imgproxy/options_casters/string.rb
Overview
Casts string option
Class Method Summary collapse
Class Method Details
.cast(raw) ⇒ Object
5 6 7 |
# File 'lib/imgproxy/options_casters/string.rb', line 5 def self.cast(raw) raw&.to_s end |