Class: Blacklight::Types::Array

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

Class Method Summary collapse

Class Method Details

.coerce(input) ⇒ Object



5
6
7
# File 'app/values/blacklight/types.rb', line 5

def self.coerce(input)
  ::Array.wrap(input)
end