class ScoobySnacks::SolrBehavior::Solr::String

Public Class Methods

coerce(input) click to toggle source

@return [String]

# File lib/scooby_snacks/solr_behavior.rb, line 36
def self.coerce(input)
  ::Array.wrap(input).first
end