# File lib/sass/tree/return_node.rb, line 13
      def initialize(expr)
        @expr = expr
        super()
      end