Sha256: 984480ee330380a5951ae23e0d15b1018be9a631a3f5a06cd7759da7a911396c
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
module Yoda module Store module Objects module Library require 'yoda/store/objects/library/with_registry' require 'yoda/store/objects/library/core' require 'yoda/store/objects/library/std' require 'yoda/store/objects/library/gem' class << self # @return [Core] def core Core.current_version end # @return [Std] def std Std.current_version end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yoda-language-server-0.9.0 | lib/yoda/store/objects/library.rb |
yoda-language-server-0.8.0 | lib/yoda/store/objects/library.rb |