lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <nodes.hpp>
Public Attributes | |
Loc | expression_l |
Represents a special empty else that is a part of the pattern matching.
Usually empty else (e.g. part of the if
statement) doesn't mean anything, however in pattern matching it prevents raising a NoPatternError
.
Throwing away this else
may affect your code.
Loc lib_ruby_parser::EmptyElse::expression_l |
Location of the else
keyword