class XSemVer::PreRelease

def initialize(prerelease_string)

def initialize(prerelease_string)
  @ids = prerelease_string.split(".")
end