Creates a method builder.
string $name Name of the method:
Builder\Method The created method builder
public function method(string $name) : Builder\Method { return new Builder\Method($name); }