# File lib/httparty.rb, line 19 19: def const_missing(const) 20: if const.to_s =~ /AllowedFormats$/ 21: Kernel.warn("Deprecated: Use HTTParty::Parser::SupportedFormats") 22: HTTParty::Parser::SupportedFormats 23: else 24: super 25: end 26: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.