# File lib/powerpack/array/butfirst.rb, line 11
    def butfirst
      self[1..-1]
    end