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