method

push

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

No documentation available.

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