Class: LibRubyParser::Nodes::False

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

Overview

Represents a false literal

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the false literal

false
~~~~~

Returns:



1424
1425
1426
# File 'lib/lib-ruby-parser/nodes.rb', line 1424

def expression_l
  @expression_l
end