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