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