Sha256: 945f935dc8af215e9372f31eb291ac549b9b4f2003b5b0b26e0fed4e1c89d808

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 Bytes

Contents

class Topographer::Importer::Input::Base
  def get_header
    raise NotImplementedError
  end

  def input_identifier
    raise NotImplementedError
  end

  def each
    raise NotImplementedError
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
topographer-0.0.6 lib/topographer/importer/input/base.rb
topographer-0.0.5 lib/topographer/importer/input/base.rb
topographer-0.0.4 lib/topographer/importer/input/base.rb
topographer-0.0.3 lib/Topographer/importer/input/base.rb
topographer-0.0.2 lib/Topographer/importer/input/base.rb