9 lines
127 B
Ruby
9 lines
127 B
Ruby
module Iqdb
|
|
module Responses
|
|
class Response_000 < Base
|
|
def initialize(response_string)
|
|
end
|
|
end
|
|
end
|
|
end
|