# File lib/smart_proxy_openscap/openscap_lib.rb, line 49 def self.fullpath(path = Proxy::OpenSCAP::Plugin.settings.contentdir) pathname = Pathname.new(path) pathname.relative? ? pathname.expand_path(Sinatra::Base.root).to_s : path end