Method: RuboCop::Ext::RegexpNode#parsed_tree
- Defined in:
- lib/rubocop/ext/regexp_node.rb
#parsed_tree ⇒ Regexp::Expression::Root? (readonly)
Note: we extend Regexp nodes to provide loc and expression see ext/regexp_parser.
16 17 18 |
# File 'lib/rubocop/ext/regexp_node.rb', line 16 def parsed_tree @parsed_tree end |