class Hikkoshi::Exporter

Public Class Methods

new(posts) click to toggle source
# File lib/hikkoshi/exporter.rb, line 2
def initialize(posts)
  @posts = posts
end

Public Instance Methods

export(target) click to toggle source
# File lib/hikkoshi/exporter.rb, line 6
def export(target)
  raise NotImplementedError
end