class Arboretum::DocTree::Elements::GroupListener

Attributes

exe_block[RW]
rule[RW]

Public Class Methods

new(rule_string, exe_block) click to toggle source
# File lib/arboretum/doctree.rb, line 1457
def initialize(rule_string, exe_block)
  super()
  @rule = Arboretum::Scandent::Parser.parse_rule_string(rule_string, :PATH_LISTENER)
  @exe_block = exe_block
end