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