class Samovar::Option
def coerce(result)
def coerce(result) if @type result = coerce_type(result) end if @block result = @block.call(result) end return result end
def coerce(result) if @type result = coerce_type(result) end if @block result = @block.call(result) end return result end