module HttpStub::Server::Stub::Response
Public Class Methods
create(args={})
click to toggle source
# File lib/http_stub/server/stub/response.rb, line 7 def self.create(args={}) HttpStub::Server::Stub::Response::Response.new(args) end