Method: Yinx.fetch

Defined in:
lib/yinx.rb

.fetch(real = true, &block) ⇒ Object



21
22
23
24
25
26
# File 'lib/yinx.rb', line 21

def fetch real = true, &block
  @real = real
  @config = DownConfig.new note_store
  config.instance_eval &block
  download
end