class Koine::Attributes::Adapter::Any
Private Instance Methods
coerce_not_nil(value)
click to toggle source
# File lib/koine/attributes/adapter/any.rb, line 9 def coerce_not_nil(value) secure do value end end