Module: Yoda::Store::Objects::Library
- Defined in:
- lib/yoda/store/objects/library.rb,
lib/yoda/store/objects/library/gem.rb,
lib/yoda/store/objects/library/std.rb,
lib/yoda/store/objects/library/core.rb,
lib/yoda/store/objects/library/with_registry.rb
Defined Under Namespace
Modules: WithRegistry Classes: Core, Gem, Std
Class Method Summary collapse
Class Method Details
.core ⇒ Core
12 13 14 |
# File 'lib/yoda/store/objects/library.rb', line 12 def core Core.current_version end |
.std ⇒ Std
17 18 19 |
# File 'lib/yoda/store/objects/library.rb', line 17 def std Std.current_version end |