Add 'Twenty.build' docs

This commit is contained in:
0x1eef 2024-05-23 23:37:51 -03:00
parent ed3f920a19
commit 97e282c1a2

View file

@ -1,7 +1,10 @@
# frozen_string_literal: true
module Twenty
##
# @return [String]
# Returns an absolute path to the nanoc build/ directory
def self.build
File.expand_path File.join(__dir__, "..", "..", "build")
File.realpath File.join(__dir__, "..", "..", "build")
end
end