Method: ConfigTable#initialize

Defined in:
lib/vendor/xmpp4r/setup.rb

#initialize(rbconfig) ⇒ ConfigTable

Returns a new instance of ConfigTable.



50
51
52
53
54
55
56
57
58
59
# File 'lib/vendor/xmpp4r/setup.rb', line 50

def initialize(rbconfig)
  @rbconfig = rbconfig
  @items = []
  @table = {}
  # options
  @install_prefix = nil
  @config_opt = nil
  @verbose = true
  @no_harm = false
end