Method: Web::Parser.mod_ruby_query_string
- Defined in:
- lib/web/parser.rb
.mod_ruby_query_string ⇒ Object
this method solely exists b/c of difficulties setting MOD_RUBY dynamically. so this method exists so I can test the effect separately from the (currently untestable) cause
117 118 119 |
# File 'lib/web/parser.rb', line 117 def Parser.mod_ruby_query_string #:nodoc: Apache::request.args end |