# File lib/configuration.rb, line 95
    def Send(m, *a, &b)
      Method(m).call(*a, &b)
    end