Method: Tight::Engine::Render#strip_code
- Defined in:
- lib/tight-engine/render.rb
#strip_code(text) ⇒ Object
18 19 20 |
# File 'lib/tight-engine/render.rb', line 18 def strip_code( text ) text && text.gsub(REGEX_RECURSIVE_BRACKETS, '').strip end |