Sha256: 0ca5e20b4d0f47ac936021f483f60ccdd61fb8dab93c341b4d133972a7e110a8
Contents?: true
Size: 252 Bytes
Versions: 17
Compression:
Stored size: 252 Bytes
Contents
# Namespace for dummy module. module Dummy # Path to dummy root. def self.root @root ||= File.expand_path "../../..", __FILE__ end # Path to application root. def self.app_root @app_root ||= File.expand_path "../..", root end end
Version data entries
17 entries across 17 versions & 1 rubygems