class Unparser::Builder

Unparser specific AST builder defaulting to modern AST format

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/unparser.rb, line 26
def initialize
  super

  self.emit_file_line_as_literals = false
end