# File lib/moped/executable.rb, line 41
    def executing?(name)
      !stack(name).empty?
    end