removeFLV method
Remove the FLV under the given name from this fuzzy module.
Implementation
FuzzyModule removeFLV(String name ) {
flvs.remove( name );
return this;
}
Remove the FLV under the given name from this fuzzy module.
FuzzyModule removeFLV(String name ) {
flvs.remove( name );
return this;
}