Method: Ruby30Parser#_reduce_35
- Defined in:
- lib/ruby30_parser.rb
#_reduce_35(val, _values, result) ⇒ Object
8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'lib/ruby30_parser.rb', line 8856 def _reduce_35(val, _values, result) (_, line), _, stmt, _ = val if (self.in_def || self.in_single > 0) then debug 3 yyerror "END in method; use at_exit" end result = new_iter s(:postexe).line(line), 0, stmt result end |