global

def method_missing(*_)

def method_missing(*_)
  Inspec::Log.warn(
    "Returning DEFAULT_ATTRIBUTE for '#{@name}'. "\
    "Use --attrs to provide a value for '#{@name}' or specify a default  "\
    "value with `attribute('#{@name}', default: 'somedefault', ...)`.",
  )
  self
end