diff --git a/lib/syntax_tree/formatter.rb b/lib/syntax_tree/formatter.rb index 7015a837..3cdbf20e 100644 --- a/lib/syntax_tree/formatter.rb +++ b/lib/syntax_tree/formatter.rb @@ -9,8 +9,8 @@ class Formatter < PP attr_reader :source, :stack, :quote - def initialize(source, ...) - super(...) + def initialize(source, *args) + super(*args) @source = source @stack = []