Module: Lushka

Defined in:
lib/lushka.rb,
lib/lushka/pods.rb,
lib/lushka/version.rb,
ext/lushka/lushka.c

Defined Under Namespace

Classes: Error, Pods

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.logsObject



15
16
17
# File 'lib/lushka.rb', line 15

def self.logs
  File.join root, "logs"
end

.rootObject



11
12
13
# File 'lib/lushka.rb', line 11

def self.root
  File.dirname __dir__
end