Sha256: 226648efaa7e7283627942bb54aa3b66e027ef1f44005452baf905532bbd998f
Contents?: true
Size: 346 Bytes
Versions: 1
Compression:
Stored size: 346 Bytes
Contents
module Vim module Flavor VERSION = '4.0.1' class Version def self.create(arg) if String === arg PlainVersion.create(arg) else BranchVersion.new(arg[:branch], arg[:revision]) end end def self.correct?(*args) PlainVersion.correct?(*args) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vim-flavor-4.0.1 | lib/vim-flavor/version.rb |