Method: Fetch::Base#initialize
- Defined in:
- lib/fetch/base.rb
#initialize(fetchable = nil) ⇒ Base
Returns a new instance of Base.
28 29 30 |
# File 'lib/fetch/base.rb', line 28 def initialize(fetchable = nil) @fetchable = fetchable end |