# File lib/xiron/config.rb, line 53
    def ConfigEntry.get(key)
      ConfigEntry.new(key).value
    end