class Zlk::Config

Attributes

hash[R]

Public Class Methods

new(hash) click to toggle source
# File lib/zlk/config.rb, line 5
def initialize(hash)
  @hash = hash
end

Public Instance Methods

use_fake_locks?() click to toggle source
# File lib/zlk/config.rb, line 9
def use_fake_locks?
  !!hash['use_fake_locks'.freeze]
end