DEBSOURCES
Skip Quicknav
sources / ruby-specinfra / 2.94.1-1 / lib / specinfra / host_inventory / platform_codename.rb
123456789
module Specinfra class HostInventory class PlatformCodename < Base def get backend.os_info[:codename] end end end end