# File lib/rubygems/version.rb, line 172 def self.create input if input.respond_to? :version then input elsif input.nil? then nil else new input end end