Method: Sunspot::Type::StringType.cast

Defined in:
lib/sunspot/type.rb

.cast(string) ⇒ Object

:nodoc:



52
53
54
# File 'lib/sunspot/type.rb', line 52

def cast(string) #:nodoc:
  string
end