Avoid unnecessary object instantiation (Wincent Strings Utility, 7fcfe27)
There is no need to create a new string object here; we can just return the string object returned to us by the system.
Signed-off-by: Greg Hurrell <greg@hurrell.net>
There is no need to create a new string object here; we can just return the string object returned to us by the system.
Signed-off-by: Greg Hurrell <greg@hurrell.net>