Class: Blacklight::Types::String
- Inherits:
-
Object
- Object
- Blacklight::Types::String
- Defined in:
- app/values/blacklight/types.rb
Class Method Summary collapse
Class Method Details
.coerce(input) ⇒ Object
13 14 15 |
# File 'app/values/blacklight/types.rb', line 13 def self.coerce(input) ::Array.wrap(input).first end |