# File lib/ohai/dsl/plugin.rb, line 178 def method_missing(name, *args) return get_attribute(name) if args.length == 0 set_attribute(name, *args) end