Class: LibRubyParser::Nodes::Encoding

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

Overview

Represents a special __ENCODING__ keyword

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the __ENCODING__ keyword

__ENCODING__
~~~~~~~~~~~~

Returns:



1344
1345
1346
# File 'lib/lib-ruby-parser/nodes.rb', line 1344

def expression_l
  @expression_l
end