# File lib/shindo.rb, line 45
    def before(&block)
      @befores.last.push(block)
    end