class Utilrb::PkgConfig::NotFound
Exception
raised when a request pkg-config file is not found
Attributes
name[R]
The name of the pkg-config package
Public Class Methods
new(name)
click to toggle source
# File lib/utilrb/pkgconfig.rb, line 135 def initialize(name); @name = name end