DEBSOURCES
Skip Quicknav
sources / ruby-hocon / 1.4.0-1 / lib / hocon / impl / config_include_kind.rb
12345678910
# encoding: utf-8 require_relative '../../hocon/impl' module Hocon::Impl::ConfigIncludeKind URL = 0 FILE = 1 CLASSPATH = 2 HEURISTIC = 3 end