Method: Sunspot::Type::ClassType#cast

Defined in:
lib/sunspot/type.rb

#cast(string) ⇒ Object

:nodoc:



407
408
409
# File 'lib/sunspot/type.rb', line 407

def cast(string) #:nodoc:
  Sunspot::Util.full_const_get(string)
end