Method: Hwloc::Union#method_missing

Defined in:
lib/hwloc/Obj.rb

#method_missing(m, *args, &block) ⇒ Object



78
79
80
81
82
83
84
# File 'lib/hwloc/Obj.rb', line 78

def method_missing(m, *args, &block)
  begin
    return self[m]
  rescue
    super
  end
end