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
7 8 9 |
# File 'lib/imgproxy/options_casters/string.rb', line 7 def self.cast(raw) raw&.to_s end |