class Formalism::Form::Coercion::String

Class for coercion to String

Private Instance Methods

execute() click to toggle source
# File lib/formalism/form/coercion/string.rb, line 10
def execute
        @value&.to_s
end