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
61 62 63 |
# File 'lib/bidi2pdf_rails/configurable.rb', line 61 def configure yield self if block_given? end |