Module: Bidi2pdfRails::Configurable

Extended by:
ActiveSupport::Concern
Included in:
Config
Defined in:
lib/bidi2pdf_rails/configurable.rb

Defined Under Namespace

Classes: BaseNestedConfig

Instance Method Summary collapse

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



61
62
63
# File 'lib/bidi2pdf_rails/configurable.rb', line 61

def configure
  yield self if block_given?
end