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 expand(*sexp_processors, &body)
  Rewrite::With.expand(sexp_processors, &body)
end