Method: Engine2::TypeInfo#dont_strip
- Defined in:
- lib/engine2/type_info.rb
#dont_strip(field) ⇒ Object
177 178 179 180 181 |
# File 'lib/engine2/type_info.rb', line 177 def dont_strip field modify_field field do |info| info[:dont_strip] = true end end |