# File lib/facets/more/mock.rb, line 113
    def spin( sym, arr )
      define_method( sym ) { |*args| arr.push(arr.shift) ; arr[-1] }
    end