lib/loxxy/ast/lox_fun_stmt.rb in loxxy-0.1.07 vs lib/loxxy/ast/lox_fun_stmt.rb in loxxy-0.1.08

- old
+ new

@@ -24,11 +24,9 @@ # Part of the 'visitee' role in Visitor design pattern. # @param visitor [Ast::ASTVisitor] the visitor def accept(visitor) visitor.visit_fun_stmt(self) end - - alias operands subnodes end # class # rubocop: enable Style/AccessorGrouping end # module end # module