Method: Fortitude::RenderingContext#suppress_formatting!
- Defined in:
- lib/fortitude/rendering_context.rb
#suppress_formatting! ⇒ Object
143 144 145 146 |
# File 'lib/fortitude/rendering_context.rb', line 143 def suppress_formatting! @suppress_formatting_level ||= 0 @suppress_formatting_level += 1 end |