class Utilrb::PkgConfig::Invalid

Exception raised when invalid data is found in a pkg-config file

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