# File lib/moqueue/mock_headers.rb, line 26 def method_missing method, *args, &blk @properties.has_key?(method) ? @properties[method] : super end