Module: Qrb::Syntax::Heading
- Defined in:
- lib/qrb/syntax/heading.rb
Instance Method Summary collapse
Instance Method Details
#attributes(factory) ⇒ Object
5 6 7 |
# File 'lib/qrb/syntax/heading.rb', line 5 def attributes(factory) captures[:attribute].map{|x| x.compile(factory) } end |