Flowdock
new(compiler) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/erb.rb, line 490
      def initialize(compiler)
        @compiler = compiler
        @line = []
        @script = ""
        @compiler.pre_cmd.each do |x|
          push(x)
        end
      end
Register or log in to add new notes.