class ReindeerETL::Sources::BaseSource
Public Class Methods
new(path, opts={})
click to toggle source
# File lib/reindeer-etl/sources/base_source.rb, line 7 def initialize path, opts={} @path = path st_initialize(opts) end