# File lib/heroku/api/features.rb, line 35
    def post_feature(feature, app = nil)
      request(
        :expects  => [200, 201],
        :method   => :post,
        :path     => "/features/#{feature}",
        :query    => { 'app' => app }
      )
    end