Class: LibRubyParser::Nodes::Retry

Inherits:
LibRubyParser::Node show all
Defined in:
lib/lib-ruby-parser/nodes.rb

Overview

Represents retry keyword

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the retry keyword

retry
~~~~~

Returns:



3637
3638
3639
# File 'lib/lib-ruby-parser/nodes.rb', line 3637

def expression_l
  @expression_l
end