Module: Udb::Helpers
- Extended by:
- T::Sig
- Defined in:
- lib/udb_helpers/paths.rb,
lib/udb_helpers/version.rb,
lib/udb_helpers/backend_helpers.rb,
lib/udb_helpers/backend_helpers.rb,
lib/udb_helpers/backend_helpers.rb,
lib/udb_helpers/backend_helpers.rb
Defined Under Namespace
Modules: AntoraUtils, AsciidocUtils, TemplateHelpers, WavedromUtil
Class Method Summary collapse
- .gem_path ⇒ Object
-
.version ⇒ Object
Version of the gem.
Class Method Details
.gem_path ⇒ Object
16 17 18 |
# File 'lib/udb_helpers/paths.rb', line 16 def self.gem_path @gem_path ||= Pathname.new(Bundler.definition.specs.find { |s| s.name == "udb_helpers" }.full_gem_path) end |
.version ⇒ Object
Version of the gem
9 |
# File 'lib/udb_helpers/version.rb', line 9 def self.version = "0.1.3" |