module MacAppSync

Constants

VERSION

Public Instance Methods

gem_root() click to toggle source
# File lib/mac_app_sync.rb, line 15
def gem_root
  @gem_root ||= Pathname.new("..").expand_path(__dir__)
end