module Wocker

Constants

VERSION

Public Class Methods

gem_root_path() click to toggle source
# File lib/wocker.rb, line 2
def self.gem_root_path
  File.expand_path(
    File.join(
      __dir__,
      ".."
    )
  )
end