Sha256: b9a18710dd90dc9b9aeff39664a760994769707938118a09307db923dc26bf73
Contents?: true
Size: 399 Bytes
Versions: 24
Compression:
Stored size: 399 Bytes
Contents
module Reflex module Extension module_function def name() super.split('::')[-2] end def version() File.read(root_dir 'VERSION')[/[\d\.]+/] end def root_dir(path = '') File.expand_path "../../#{path}", __dir__ end def inc_dir() root_dir 'include' end def lib_dir() root_dir 'lib' end end# Extension end# Reflex
Version data entries
24 entries across 24 versions & 1 rubygems