# File lib/hashery/ini_hash.rb, line 207 def method_missing(s,*a,&b) @inihash.send(s, *a, &b) if @inihash.respond_to?(s) end