class ChefUtils::VersionString

def +(other)

Returns:
  • (String) -

Parameters:
  • other (String) --
def +(other)
  to_s + other
end