Module: Rewrite::With::InstanceMethods
- Defined in:
- lib/rewrite/with.rb
Instance Method Summary collapse
Instance Method Details
#with(*sexp_processors, &body) ⇒ Object
42 43 44 |
# File 'lib/rewrite/with.rb', line 42 def with(*sexp_processors, &body) Rewrite::With.with(sexp_processors, &body) end |