# File lib/merb-slices/module.rb, line 12
      def [](module_name)
        Object.full_const_get(module_name.to_s) if exists?(module_name)
      end