Module: Useless::Doc::Client

Included in:
Standard, Stub
Defined in:
lib/useless/doc/client.rb

Defined Under Namespace

Classes: Standard, Stub

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.standardObject



10
11
12
# File 'lib/useless/doc/client.rb', line 10

def self.standard
  @standard ||= Standard.new
end

.stubObject



14
15
16
# File 'lib/useless/doc/client.rb', line 14

def self.stub
  @stub ||= Stub.new
end

Instance Method Details

#get(url) ⇒ Object



18
19
20
# File 'lib/useless/doc/client.rb', line 18

def get(url)
  nil
end