lib/yahns/cap_input.rb in yahns-1.11.0 vs lib/yahns/cap_input.rb in yahns-1.12.0
- old
+ new
@@ -1,7 +1,8 @@
# -*- encoding: binary -*-
-# Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
+# Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
# License: GPLv2 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
+# frozen_string_literal: true
# This is used as the @input/env["rack.input"] when
# input_buffering == true or :lazy
class Yahns::CapInput < Yahns::TmpIO # :nodoc:
attr_writer :bytes_left