# File lib/core/facets/array/before.rb, line 33 def after(value) return nil unless include? value self[(index(value).to_i + 1) % length] end