Exception: Utilrb::PkgConfig::Invalid

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/utilrb/pkgconfig.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Invalid

Returns a new instance of Invalid.



143
# File 'lib/utilrb/pkgconfig.rb', line 143

def initialize(name); @name = name end

Instance Attribute Details

#nameObject (readonly)

The name of the pkg-config package



141
142
143
# File 'lib/utilrb/pkgconfig.rb', line 141

def name
  @name
end