Method: Juli::Absyn::Visitor#initialize

Defined in:
lib/juli/absyn.rb

#initialize(opts = {}) ⇒ Visitor

Visitor object is initialized when juli(1) gen command is executed. In other words, it is NOT initialized for each input text file. Some global initialization can be done here.

Take care that this is executed every juli(1) execution.



166
167
168
# File 'lib/juli/absyn.rb', line 166

def initialize(opts = {})
  @opts = opts.dup
end