Method: Synvert::Core::Rewriter#description
- Defined in:
- lib/synvert/core/rewriter.rb
#description(description = nil) ⇒ Object
Parse description
dsl, it sets description of the rewrite. Or get description.
199 200 201 202 203 204 205 |
# File 'lib/synvert/core/rewriter.rb', line 199 def description(description = nil) if description @description = description else @description end end |