class ChefUtils::VersionString

def >(other)

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --
def >(other)
  (self <=> other) > 0
end