123456789_123456789_123456789_123456789_123456789_

Class: Prism::InNode

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Node
Instance Chain:
self, Node
Inherits: Prism::Node
Defined in: lib/prism/node_ext.rb

Instance Attribute Summary

Node - Inherited

#newline_flag?

: () -> bool.

Instance Method Summary

Node - Inherited

#deprecated

: (*String replacements) -> void.

#newline_flag!

: (Array lines) -> void.

Instance Method Details

#in

: () -> String

[ GitHub ]

  
# File 'lib/prism/node_ext.rb', line 392

def in # :nodoc
  in_keyword
end

#in_loc

: () -> Location

[ GitHub ]

  
# File 'lib/prism/node_ext.rb', line 397

def in_loc # :nodoc
  in_keyword_loc
end

#then

: () -> String?

[ GitHub ]

  
# File 'lib/prism/node_ext.rb', line 402

def then # :nodoc
  then_keyword
end

#then_loc

: () -> Location?

[ GitHub ]

  
# File 'lib/prism/node_ext.rb', line 407

def then_loc # :nodoc
  then_keyword_loc
end