module Silkey

Constants

VERSION

Public Class Methods

abi_path() click to toggle source
# File lib/silkey.rb, line 19
def self.abi_path
  File.join root_path, 'lib/silkey/abi'
end
bin_path() click to toggle source
# File lib/silkey.rb, line 11
def self.bin_path
  File.join root_path, 'bin'
end
lib_path() click to toggle source
# File lib/silkey.rb, line 15
def self.lib_path
  File.join root_path, 'lib'
end
root_path() click to toggle source
# File lib/silkey.rb, line 7
def self.root_path
  File.dirname __dir__
end