Constantine

module Support
  class Ticket
  end
end

> Constantine.constantize("SupportTicket")
=> Support::Ticket 

Copyright

Copyright (c) 2011 Jason L Perry. See LICENSE for details.