# File lib/rubygems/version.rb, line 166
def
prerelease?
parts
.
any?
{
|
part
|
part
.
alpha?
}
end