removeFLV method

FuzzyModule removeFLV(
  1. String name
)

Remove the FLV under the given name from this fuzzy module.

Implementation

FuzzyModule removeFLV(String name ) {
	flvs.remove( name );
	return this;
}