Method: RubyCop::NodeBuilder#on_return
- Defined in:
- lib/ruby_cop/node_builder.rb
#on_return(args) ⇒ Object
349 350 351 |
# File 'lib/ruby_cop/node_builder.rb', line 349 def on_return(args) Ruby::Call.new(nil, ident(:return), args) end |