Required Files
- raw/adapter
Methods
Public Instance methods
[ show source ]
# File lib/raw/adapter/script.rb, line 80
80: def get(*args)
81: $srv.get(*args)
82: end
[ show source ]
# File lib/raw/adapter/script.rb, line 84
84: def post(*args)
85: $srv.post(*args)
86: end
[ show source ]
# File lib/raw/adapter/script.rb, line 88
88: def response
89: $srv.response
90: end