Method: Rewrite::With::ClassMethods#expand
- Defined in:
- lib/rewrite/with.rb
#expand(*sexp_processors, &body) ⇒ Object
34 35 36 |
# File 'lib/rewrite/with.rb', line 34 def (*sexp_processors, &body) Rewrite::With.(sexp_processors, &body) end |