Class: Twig::ExpressionParser::PrefixExpressionParser
- Inherits:
-
ExpressionParser::Base
- Object
- ExpressionParser::Base
- Twig::ExpressionParser::PrefixExpressionParser
show all
- Defined in:
- lib/twig/expression_parser/prefix_expression_parser.rb
Instance Method Summary
collapse
Instance Method Details
9
10
11
|
# File 'lib/twig/expression_parser/prefix_expression_parser.rb', line 9
def parse(parser, token)
raise NotImplementedError
end
|
#type ⇒ Object
13
14
15
|
# File 'lib/twig/expression_parser/prefix_expression_parser.rb', line 13
def type
:prefix
end
|