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