Class: LibRubyParser::Nodes::File
- Inherits:
-
LibRubyParser::Node
- Object
- LibRubyParser::Node
- LibRubyParser::Nodes::File
- Defined in:
- lib/lib-ruby-parser/nodes.rb
Overview
Represents a special __FILE__
literal
Instance Attribute Summary collapse
-
#expression_l ⇒ Loc
readonly
Location of the
__FILE__
literal.
Instance Attribute Details
#expression_l ⇒ Loc (readonly)
Location of the __FILE__
literal
__FILE__
~~~~~~~~
1437 1438 1439 |
# File 'lib/lib-ruby-parser/nodes.rb', line 1437 def expression_l @expression_l end |