Class: Butterfly::FaviconAdaptor

Inherits:
AdaptorBase show all
Defined in:
lib/butterfly/adaptors/favicon_adaptor.rb

Instance Method Summary collapse

Methods inherited from AdaptorBase

#delete, #handle_call, #post, #put

Constructor Details

#initialize(o = {}) ⇒ FaviconAdaptor

Returns a new instance of FaviconAdaptor.



7
8
9
# File 'lib/butterfly/adaptors/favicon_adaptor.rb', line 7

def initialize(o={})      
  super
end

Instance Method Details

#get(req, resp) ⇒ Object



10
11
12
# File 'lib/butterfly/adaptors/favicon_adaptor.rb', line 10

def get(req, resp)
  ""
end