Current section

Files

Jump to
new_relic_agent lib new_relic util conditional_compile.ex
Raw

lib/new_relic/util/conditional_compile.ex

defmodule NewRelic.Util.ConditionalCompile do
@moduledoc false
def match?(version) do
Version.match?(System.version(), version)
end
end