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 138 def initialize(name); @name = name end