Gets the constant when it is defined that corresponds to this string
# File lib/core_ext/string.rb, line 13 def classify Object.const_get self end
(Not documented)
# File lib/caricature/clr/aspnet_mvc.rb, line 12 def to_qs_parameters if self =~ /\?/ parameters = NameValueCollection.new self.split('?')[1].split("&").each do |pair| parts = pair.split('=') parameters.add pair.first, pair.last end return parameters end nil end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.