Class: Rivendell::Import::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/rivendell/import/config.rb

Defined Under Namespace

Classes: Rivendell

Instance Method Summary collapse

Instance Method Details

#rivendellObject Also known as: xport_options



8
9
10
# File 'lib/rivendell/import/config.rb', line 8

def rivendell
  @rivendell ||= Rivendell.new
end

#to_prepare(&block) ⇒ Object



4
5
6
# File 'lib/rivendell/import/config.rb', line 4

def to_prepare(&block)
  Base.default_to_prepare = block
end