Method: ReverseAdoc::Config#with

Defined in:
lib/reverse_adoc/config.rb

#with(options = {}) ⇒ Object



31
32
33
34
35
36
# File 'lib/reverse_adoc/config.rb', line 31

def with(options = {})
  @inline_options = options
  result = yield
  @inline_options = {}
  result
end