lib/gdk_src.rb (4 lines of code) (raw):

# frozen_string_literal: true require 'pathname' module GDK # Absolute [Pathname] of the GDK source root SRC = Pathname(__dir__).parent.expand_path end