Top Level Namespace

Defined Under Namespace

Modules: FastXML

Constant Summary collapse

OPTS =
Hash[
  ARGV.map { |a| a =~ /^--with-(.+)(?:=(.*))?$/ ? [$1.to_sym, $2 || true] : nil }.compact
].freeze