Top Level Namespace

Includes:
Raw::Mixin

Defined Under Namespace

Modules: Mongrel, Raw Classes: AttributeUtils, CGI, Global, HtmlFilter, String, TestHtmlFilter

Constant Summary

Constants included from Raw::Mixin

Raw::Mixin::WebImage

Instance Method Summary collapse

Instance Method Details

#get(*args) ⇒ Object



82
83
84
# File 'lib/raw/adapter/script.rb', line 82

def get(*args)
  $srv.get(*args)
end

#post(*args) ⇒ Object



86
87
88
# File 'lib/raw/adapter/script.rb', line 86

def post(*args)
  $srv.post(*args)
end

#responseObject



90
91
92
# File 'lib/raw/adapter/script.rb', line 90

def response
  $srv.response
end