content

in lib/cc/engine/content_resolver.rb [11:14]


      def content
        @content ||= File.exist?(content_path) && File.read(content_path)
      end