Class: Parser::Source::Map::Operator Private
- Inherits:
-
Parser::Source::Map
- Object
- Parser::Source::Map
- Parser::Source::Map::Operator
- Defined in:
- sorbet/rbi/parser@3.3.7.4.rbi
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
source://parser//lib/parser/source/map/operator.rb#6
Instance Method Summary collapse
-
#initialize(operator, expression) ⇒ Operator
constructor
private
source://parser//lib/parser/source/map/operator.rb#9.
-
#operator ⇒ Object
private
source://parser//lib/parser/source/map/operator.rb#7.
Methods inherited from Parser::Source::Map
#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression
Constructor Details
#initialize(operator, expression) ⇒ Operator
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
source://parser//lib/parser/source/map/operator.rb#9
5881 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5881 def initialize(operator, expression); end |
Instance Method Details
#operator ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
source://parser//lib/parser/source/map/operator.rb#7
5884 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5884 def operator; end |