method

push

v1_8_7_330 - Show latest stable - Class: ERB::Compiler::Buffer
push(cmd)
public

No documentation available.

# File lib/erb.rb, line 466
      def push(cmd)
        @line << cmd
      end