method

push

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

No documentation available.

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