# File lib/ruby2ruby.rb, line 29 def initialize super @indent = " " self.auto_shift_type = true self.strict = true self.expected = String @calls = [] # self.debug[:defn] = /zsuper/ end