module Imgproxy::OptionsCasters::String

Casts string option

Public Class Methods

cast(raw) click to toggle source
# File lib/imgproxy/options_casters/string.rb, line 5
def self.cast(raw)
  raw&.to_s
end