Method: Fetching#initialize

Defined in:
lib/fetching.rb

#initialize(table) ⇒ Fetching

Returns a new instance of Fetching.



37
38
39
# File 'lib/fetching.rb', line 37

def initialize table
  @table = table
end