Class: Blacklight::Types::String

Inherits:
Value
  • Object
show all
Defined in:
app/values/blacklight/types.rb

Direct Known Subclasses

Html

Instance Method Summary collapse

Methods inherited from Value

coerce

Instance Method Details

#cast(input) ⇒ Object



50
51
52
# File 'app/values/blacklight/types.rb', line 50

def cast(input)
  super&.to_s
end