Class | RubyToRuby |
In: |
lib/ruby2ruby.rb
|
Parent: | SexpProcessor |
VERSION | = | '1.1.7' | ||
LINE_LENGTH | = | 78 | ||
ASSIGN_NODES | = | [ :dasgn, :flip2, :flip3, :lasgn, :masgn, :op_asgn1, :op_asgn2, :op_asgn_and, :op_asgn_or, :return, ] | Nodes that represent assignment and probably need () around them. |